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