{% 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 title %} {% blocktrans %}{{ account_displayname }}'s email addresses{% endblocktrans %} {% endblock %} {% block extra_header_top %} {% 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 %}
![]() |
{% endif %}
{{ email }} | {% if not readonly %}
{% trans "Verify" %}
![]() |
{% endif %}
{% blocktrans %}Enter your email address, and we will send you instructions on how to verify it.{% endblocktrans %}
{% endif %} {% endblock %}