{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% trans "Change Email" %}{% endblock %} {% block content %} {% include "preferences_ribbon.html" %}

{% trans "Change Email" %}

{% if not emailaddresses %} {% include "account/snippets/warn_no_email.html" %} {% endif %} {% if current_emailaddress %}
{% endif %} {% if new_emailaddress %}
{% trans "Your email address is still pending verification." %}
{% csrf_token %} {% if current_emailaddress %} {% endif %}
{% endif %}
{% csrf_token %} {{ form | crispy }}
{% endblock %}