{% extends 'user/account/index.html' %} {% load i18n bootstrap inboxen_account %} {% block navigation %} {% account_menu 'user-delete' %} {% endblock %} {% block form %}

{% blocktrans %} Once you delete your account, you will be unable to access your Inboxes ever again. Please make sure you no longer need them! {% endblocktrans %}

{% blocktrans %} Your emails and profile will deleted, as well as meta-data on your Inboxes (owner, tags and creation time). We keep a record of Inboxes that have been previously used to prevent them being given to other users after your account has been deleted. {% endblocktrans %}

{% csrf_token %} {{ form|bootstrap }} {% trans "Don't delete my account!" %}
{% endblock %}