{{ 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 attachment_links %} {% for att in message.attachments.all %} {% if forloop.first %} Attachments {% endif %} {% if forloop.last %}
📎 {{ att.file_name }} ({{ att.file.size|filesizeformat }})
{% endif %} {% endfor %} {% endif %}