{% extends 'evotemailings/base.html' %} {% block containerpt %}

Caro {{message.recipient.get_name}},

A mensagem com o assunto {{message.subject}} e o seguinte texto foi enviada:
{{message.body|linebreaks}}

{% endblock containerpt %} {% block container %}

Dear {{message.recipient.get_name}},

The following message with the subject {{message.subject}} and the following body was sent:
{{message.body|linebreaks}}

{% endblock %}