{% extends "authentic2/base.html" %} {% block content %}

Informations du compte

E-mail
{{ user.email }} {% if allow_email_change %} Modifier {% endif %}
{{ frontends_block_by_id.password.content|safe }}
{{ frontends_block_by_id.fc.content|safe }}
{% if allow_account_deletion %}

Suppression de compte

Supprimer le compte
{% endif %} {% endblock %}