{% extends "base.html" %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
  • {% trans "Your profile" %}
  • {% endblock %} {% block content %} {% show_message 'danger' _('Removal of the account deletes all your private data.') %}

    {% trans "Account removal" %}

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

    {% csrf_token %}
    {% endblock %}