{% extends 'preferences/layout.html' %} {% load i18n %} {% block title %}{% trans "Delete Account" %}{% endblock %} {% block header %} {% trans "Delete Account" %} {% endblock %} {% block panel %}

{% trans "Permanently delete account" %}

{% trans "Deleting your account cannot be undone. The username will not be available to register in the future." %}

{% csrf_token %}
{% include 'snippets/form_errors.html' with errors_list=form.password.errors id="desc_password" %}
{% endblock %}