{% load i18n %} {{ newsletter.title }}: {{ message.title }}

{{ newsletter.title }}

{{ message.title }}

{% for article in message.articles.all %}

{{ article.title }}

{% include thumbnail_template %}
{{ article.text|safe }}
{% if article.url %}
{% trans "Read more" %}
{% endif %} {% endfor %} {% if attachment_links %} {% for att in message.attachments.all %} {% if forloop.first %} {% trans "Attachments" %} {% endif %} {% if forloop.last %}
📎 {{ att.file_name }} ({{ att.file.size|filesizeformat }})
{% endif %} {% endfor %} {% endif %}