{% extends "base.html" %} {% load i18n %} {% load translations %} {% load url from future %} {% block content %} {% show_message 'warning' _('Removal of the account deletes all your private data.') %}

{% blocktrans %}By pressing following button, your will no longer be able to use this account.{% endblocktrans %}

{% csrf_token %}
{% endblock %}