{% extends "authentic2/base-page.html" %} {% load i18n gadjo %} {% block title %} {{ view.title }} {% endblock %} {% block breadcrumb %} {{ block.super }} {% trans "Your account" %} {{ view.title }} {% endblock %} {% block content %} {% with email=user.email %} {% if email %}
{% blocktrans trimmed %}Your current email is {{ email }}. An email will be sent to validate the new one.{% endblocktrans %}
{% else %}{% blocktrans 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.{% endblocktrans %}
{% endif %} {% endwith %} {% endblock %}