{{ object.title}}

to {{ object.mailing_list.name }} on {{ object.submission.published }}

{% for part in object.message_parts.all %}

{{ part.heading }}

{{ part.html_text | safe }}
{% endfor %} {% for attachment in message.attachments.all %} {% if forloop.first %} Attachments {% endif %} {% endfor %}