{% extends 'base.html' %} {% load i18n %} {% load allauth %} {% block head_title %}{% trans "Email Address" %}{% endblock head_title %} {% block content %}

{% trans "Email Address" %}

{% if not emailaddresses %} {% include "account/snippets/warn_no_email.html" %} {% endif %} {% url 'account_email' as action_url %}
{% csrf_token %} {% if current_emailaddress %}
{% endif %} {% if new_emailaddress %}
{% endif %}
{{ redirect_field }}
{% if new_emailaddress %} {% endif %}
{% endblock content %}