{% extends "base.html" %} {% load i18n %} {% load static_url %} {% 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 %}{{ email_heading }}{% endblock %} {% block text_title %}

{{ email_heading }}

{% endblock %} {% block content %} {% if user.is_authenticated %}
{% endif %}

{{ email_reason|safe }}

{% if not readonly %}

{% trans "We've sent you a 6 digit confirmation code. To continue, enter that code below." %}

{% endif %}
{% if not readonly %} {% if token %}{% url enter_token token as enter_token_url %} {% else %}{% url enter_token as enter_token_url %}{% endif %}
{% csrf_token %}


{% url account-emails as emails_url %} {% if user.is_authenticated %}{% blocktrans %} or, return to email addresses{% endblocktrans %}{% endif %}

{% endif %}

{% trans "Haven’t received it?" %}

{% blocktrans %}If you don’t receive the message within a few minutes, it might be because:{% endblocktrans %}

{% blocktrans with support_form_url="support_form"|static_url %} If neither of those work, our service might be having a problem. {% endblocktrans %}

{% if user.is_authenticated %}
{% endif %} {% endblock %}