{% 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 %}
{% 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 %}
{% blocktrans %}All content published under your Launchpad user will remain public unless you deactivate your launchpad account first. {% endblocktrans %}
{% 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 "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" %} {% endblock %}