{% extends "default.html" %} {% set active_page = "setting" %} {% block title %}Delete account{% endblock %} {% block default_content %}
Account Deletion
Once an account is deleted, it can't be restored. You will lose access immediately to all the data stored in this account (aliases, domains, settings, etc.)
You will not be able to create another account with the same email for some time.
{{ delete_form.csrf_token }}
{% endblock %} {% block script %} {% endblock %}