{{ message.mailing_list.name }}
{{ message.title }}
{% for message_part in message.message_parts.all %}
{{ message_part.heading }}
{% comment %} {% include thumbnail_template %} {% endcomment %}
{{ message_part.html_text|safe }}
{% endfor %}
{% if message.mailing_list.visible %}
Read message online
{% endif %} {% if subscription %}
Unsubscribe
{% endif %}
{% if attachment_links %} {% for att in message.attachments.all %} {% if forloop.first %}
Attachments
{% endif %}
📎
{{ att.file_name }}
({{ att.file.size|filesizeformat }})
{% if forloop.last %}
{% endif %} {% endfor %} {% endif %}