{% extends "gestion/base.html" %} {% load i18n %} {% block titre %} {% trans "Modification du profil" %}{% endblock %} {% block content %}

{% trans "Modification du profil" %} :

{% if error %}

{{ error }}

{% endif %} {% if success %}

{% trans "Changement enregistré !" %}

{% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}