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

{{ form.non_field_errors }}

{% endif %}

{% trans "Permanently delete account" %}

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

{% endblock %}