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

{{ newsletter.title }}

{{ message.title }}

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

{{ article.title }}

{% thumbnail article.image "200x200" as image %} {% endthumbnail %}
{{ article.text|safe }}
{% if article.url %}
{% trans "Read more" %}
{% endif %} {% endfor %}