{% extends "admin/change_list.html" %} {% load i18n %} {% block bodyclass %}change-list stats{% endblock %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock %} {% block content %}
{% for stat in original.contactmailingstatus_set.all %} {% endfor %}
{% trans "Date" %} {% trans "Contact" %} {% trans "Action" %}
{{ stat.creation_date|date:"d F Y, H:i" }} {{ stat.contact.mail_format }} {{ stat.get_status_display }}
{% endblock %}