{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block extrahead %} {{ block.super }} {{ media }} {% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} delete-confirmation{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% for anon in anonymised %}

The User "{{anon.name}}" will be {% if anon.deleted %}deleted{% else %}anonymised{% endif %}

{% if anon.logic_deleted %} {{ anon.logic_deleted.count}} Packs will be logically deleted {% endif %} {% if anon.model_count %}

The following elements will be completely deleted:

{% endif %} {% endfor %}
{% csrf_token %}
{% if is_popup %}{% endif %} {% if to_field %}{% endif %} {% for param, value in params %} {% endfor %} {% trans "No, take me back" %}
{% endblock %}