{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block html_extra %}data-qa-id="account_emails"{% endblock %} {% block title %} {% blocktrans %}{{ account_displayname }}'s email addresses{% endblocktrans %} {% endblock %} {% block text_title %}
{% if not verified_emails and not unverified_emails %}
{% blocktrans %}You have no email addresses associated with your account.{% endblocktrans %}
{% endif %} {% if verified_emails %}{{ email }} {% if email.is_preferred %} {% trans "(preferred)" %} {% endif %} | {% if not readonly %}{% if not email.is_preferred and num_emails > 1 %} {% trans "Delete" %} {% endif %} | {% endif %}
{{ email }} | {% if not readonly %}{% trans "Verify" %} {% if num_emails > 1 %} {% trans "Delete" %} {% endif %} | {% endif %}
{% blocktrans %}Enter your email address, and we will send you instructions on how to verify it.{% endblocktrans %}