{% extends "base.html" %} {% load i18n %} {% block content %}

Mes informations

{% csrf_token %} {% include "form_fields.html" with form=form %} {% if form.instance and form.instance.id %} {% else %} {% endif %}
{% endblock %}