{% extends 'stadt/stadt.html' %} {% load i18n %} {% block title %}{% trans 'Delete Account' %} - {{ block.super }}{% endblock %} {% block menu %}{% menu %}{% endblock %} {% block heading_title_text %}{% trans 'Settings' %}{% endblock %} {% block content %}
{% csrf_token %}

{% trans 'Do you really want to delete your account?' %}

{% trans 'The following data will be delete irrevocable:' %}

{% trans 'The following data will be marked as' %}{% trans 'Unknown person' %}:

{% if about_group %}

{% trans 'If you not agree with this procedure, do not proceed and' %} {% trans 'send us a message instead' %}.

{% endif %}
{% endblock %}