{% extends "modeladmin/inspect.html" %} {% block content_main %}

Back to {{ view.verbose_name }} list

{% block fields_output %} {% if fields %}

Email data

{% for field in fields %} {% endfor %}

{{ field.label }}

{{ field.value }}
{% endif %} {% if receipts %}

Recipients

{% for receipt in receipts %} {% endfor %}
Email Sent date
{{ receipt.contact.email }} {{ receipt.sent_date }}
{% endif %} {% endblock %}
{% endblock %}