{% load i18n %}
{% if user.old_username %}

{{ user.old_username }}

{% endif %}

{{ user.email }}

{% include "portail_citoyen/form.html" with form=form %}