{% load i18n %}++++++++++++++++++++

{{ newsletter.title }}: {{ message.title }}

++++++++++++++++++++

{% for article in message.articles.all %}
{{ article.title }}
{{ article.text|striptags|safe }}

{% endfor %}

++++++++++++++++++++

{% include newsletter.footer_text %}
{% trans "Unsubscribe:" %} {{ BASE_URL }}{% url 'newsletter_unsubscribe_request' newsletter.slug %}
