{% 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 %}Please be aware that deleting your Ubuntu One account means you'll lose access to all your accounts tied to your Ubuntu One login. This means you won't be able to change their status or cancel any services associated. {% endblocktrans %}

{% trans "Ubuntu One subscriptions:" %}

{% blocktrans %}Before deleting your Ubuntu One account, please make sure you've cancelled all your paid subscriptions (either storage, music streaming, or both). Deleting your login account does not yet cancel all payments automatically and thus, if you don't cancel them yourself, you will be charged on your credit card or paypal account after deleting the account. {% endblocktrans %}

{% blocktrans %}For instructions on how to cancel your subscriptions read: {% endblocktrans %}{% trans "How do I downgrade or cancel my Ubuntu One account" %}

Launchpad:

{% blocktrans %}All content published under your launchpad user will remain public unless you deactivate your launchpad account first. {% endblocktrans %}

{% trans "Other services:" %}

{% blocktrans %}Landscape, Ubuntu wiki sites, Ubuntu Forum and AskUbuntu accounts won't be deleted, but you will lose access to those too. You should contact each team if you want to make sure each of those are eliminated too. {% endblocktrans %}

{% blocktrans %}For more information check out:{% endblocktrans %} {% trans "How can I delete my account" %}.

{% blocktrans %}Please take a moment to read through this page and make sure you understand the consequences of deleting your account before you confirm this action. {% endblocktrans %}

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

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

{% endblock %}