{% extends "authentic2/base-page.html" %} {% load i18n %} {% block content %}
{% csrf_token %}

{% blocktrans trimmed %} Do you really want to delete your account? {% endblocktrans %}

{% blocktrans trimmed %} A validation message will be sent to {{ email }}. You will have to visit the link in this email in order to complete the deletion process. {% endblocktrans %}

{% endblock %}