Protected Data Users
These are the email addresses for all users who have access to protected data:
{% for address in addresses %}
{{ address }},
{% endfor %}
{% extends 'admin/base_site.html' %} {% load i18n admin_urls static admin_list %} {% if not is_popup %} {% block breadcrumbs %}
{% endblock %} {% endif %} {% block content %}These are the email addresses for all users who have access to protected data:
{% for address in addresses %}
{{ address }},
{% endfor %}