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

{% trans "Email invalidation" %}

{% endblock %} {% block content %}

{% blocktrans %}Are you sure you want to invalidate the email address {{ email }}?{% endblocktrans %}

{% csrf_token %}

{% include "common/cancel_link.html" %}

{% endblock %}