{% 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 html_extra %}data-qa-id="account_suspended"{% endblock %} {% block title %}{% trans "Account suspended" %}{% endblock %} {% block text_title %}

{% trans "Account suspended" %}

{% endblock %} {% block content %}

{% blocktrans %}Your account has been suspended.{% endblocktrans %}

{% endblock %}