{% extends "authentic2/change_email.html" %} {% load i18n gadjo %} {% block columns-top %} {% endblock %} {% block content %} {% with email=user.email %} {% if email %}

{% blocktranslate trimmed %}Your current email is {{ email }}. An email will be sent to validate the new one.{% endblocktranslate %}

{% else %}

{% blocktranslate trimmed %}Your account currently doesn't declare any email address. An email will be sent at the address declared here, in order to validate it.{% endblocktranslate %}

{% endif %} {% endwith %}
{% csrf_token %} {{ form|with_template }}
{% endblock %}