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

{{ email_heading }}

{% trans "Step 2 of 3: Check your email" %}

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

{{ email_reason|safe }}

{% if not readonly %}

{% url_with_token 'account-emails' as emails_url %} {% if user.is_authenticated %}{% blocktrans %}Return to email addresses{% endblocktrans %}{% endif %}

{% endif %}

{% trans "Haven’t received the email within a couple of minutes?" %}

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