{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2013 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="edit_account"{% endblock %} {% block title %} {% blocktrans %}Delete account{% endblocktrans %} {% endblock %} {% block text_title %}

{% trans "Delete account" %}

{% endblock %} {% block content %}

{% blocktrans %}Are you sure you want to delete your account? This is permanent and can't be undone. You will lose access to Ubuntu One and any other services that relied on your Ubuntu One account. {% endblocktrans %}

{% include "widgets/last_auth_sites.html" %}
{% csrf_token %}

{% trans "Cancel" %} {% if not readonly %} {% trans "or" %} {% endif %}

{% endblock %}