{% 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}}
Dear {{message.recipient.get_name}},
The following message with the subject {{message.subject}} and the following body was sent:
{{message.body|linebreaks}}