{% extends 'basetheme_bootstrap/small_form_host.html' %} {% load basetheme_bootstrap %} {% load i18n %} {% block content %} {% if protected|length == 0 %}
{%trans "You are about to delete your account, all data linked to your account will be removed." %}
{% else %}
{%blocktrans%}You want to delete your account, however not all data linked to your account can be removed.
Hereafter are listed the objects preventing you account to be deleted. Please either manually delete them, or edit them so they do not remain linked to your account.{%endblocktrans%}
{% endif%} {{block.super}} {% endblock content%} {% block form %}{% if protected|length == 0 %}{{block.super}}{%endif%}{% endblock form %}