{% extends "base.html" %} {% load crispy_forms_tags i18n translations %} {% block breadcrumbs %}
  • {% translate "Your profile" %}
  • {% endblock breadcrumbs %} {% block content %}

    {% translate "Account removal" %}

    {{ confirm_form|crispy }}

    {% translate "Account removal deletes all your private data." %}

    {% if is_confirmation %}

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

    {% else %}

    {% blocktranslate %}You will have to confirm account removal by clicking link in e-mail you will receive.{% endblocktranslate %}

    {% endif %} {% csrf_token %}
    {% endblock content %}