{% load i18n %} {{ subject }}
{{ subject }}
{% block contents %} {{ contents|safe }} {% endblock %}
{% block footer %}
{% if footer %}
{{ footer|safe }}
{% endif %}
{{ SITE_URL }}
{% if directive_unsubscribe %}
{% trans "You can unsubscribe from this list using" %} {% trans "this link" %}.
{% endif %} {% if directive_mark_read %} {% endif %} {% endblock %}