{% extends "base.html" %} {% load i18n %} {% load static_url %} {% comment %} Copyright 2010-2013 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block title %}{% trans "Your account does not have a valid email address" %}{% endblock %} {% block text_title %}
{% blocktrans %} You have no valid email addresses linked to your account, so it was deactivated. To reactivate the account please contact our support team at:{% endblocktrans %} {{ 'support_form'|static_url }}
{% endblock %}