{% load thumbnail i18n %} {{ newsletter.title }}: {{ message.title }}
{% for article in message.articles.all %} {% endfor %}
{% if article.url %} {% endif %} {% if article.image %} {{ article.title }} {% endif %} {% if article.url %} {% endif %}
{% if newsletter.footer_template_html %} {% include newsletter.footer_html %} {% else %} {% include './default_footer.html' %} {% endif %}