{% 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 %}{{ email_heading }}{% endblock %} {% block text_title %}
{{ email_reason|safe }}
{% if not readonly %}{% trans "We've sent you a 6 digit confirmation code. To continue, enter that code below." %}
{% endif %}{% blocktrans %}If you don’t receive the message within a few minutes, it might be because:{% endblocktrans %}
{% blocktrans %}Your mail provider uses “greylisting” to reduce spam. If so, you’ll need to wait an hour or two for the message to arrive.{% endblocktrans %}
{% blocktrans %}Your mail provider mistakenly blocks messages from this site. Try signing up using a service like Gmail or Yahoo Mail.{% endblocktrans %}
{% if email_notreceived_extra %}{{ email_notreceived_extra|safe }}
{% endif %}{% blocktrans %}If neither of those work, our service might be having a problem.{% endblocktrans %}