{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrastyle %} {{ block.super }} {% if cl.formset %} {% endif %} {% if cl.formset or action_form %} {% endif %} {{ media.css }} {% endblock %} {% block extrahead %} {{ block.super }} {{ media.js }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %} {% for field in form %} {% if not field.name == 'action' %} {% endif %} {% endfor %} {% if warnings %}

!!! Do not delete or anonymise any informatiom until discussed further !!!
This user is showing up in {{ warnings|length }} table(s) that impact how we handle GDPR requests, please bring this up to whoever is managing the GDPR request.

{% endif %} {% for group in results %} {% if forloop.first %} {% endif %} {% for obj in group.results %} {% endfor %} {% if forloop.last %}
{% if group.has_warning %}

The user showing in {{ group.app_label }}: {{ group.name }} impacts how we handle GDPR requests.

{% endif %}

{{ group.app_label }}: {{ group.name }} ({{ group.count }})

{% url group.url_name obj.pk as obj_url %} {% if obj_url %} {% endif %}{{ obj }}{% if obj_url %} {% endif %}
{% endif %} {% empty %}

No results found.

{% endfor %}
{% endblock %}