{% extends "authentic2/base-page.html" %} {% load i18n %} {% block page-title %} {{ block.super }} - {{ view.title }} {% endblock %} {% block breadcrumb %} {{ block.super }} {% trans "Your account" %} {{ view.title }} {% endblock %} {% 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 %}