{% extends "account/base_manage_email.html" %}{% load i18n allauth %} {% block head_title %}{% trans "Email Address" %}{% endblock %} {% block content %}

{% trans "Email Address" %}

{% if not emailaddresses %} {% include "account/snippets/warn_no_email.html" %} {% endif %}
{% csrf_token %} {% if current_emailaddress %}
{% translate "Current email" %}:
{% endif %} {% if new_emailaddress %}
{% if not current_emailaddress %} {% translate "Current email" %} {% else %} {% translate "Changing to" %} {% endif %}: {% blocktrans trimmed %}Your email address is still pending verification.{% endblocktrans %} {% if current_emailaddress %} {% endif %}
{% endif %}
{% translate "Change to" %}:
{% if new_emailaddress %} {% endif %} {% endblock %}