{% extends 'evotemailings/base.html' %} {% load i18n %} {% block container %}
{% trans 'Dear user' %} {{user}},
{% trans 'The following message with the subject' %} {{subject}} {% trans 'and the following body was sent' %}: {{message}}
{% endblock %}