{% extends 'evotemailings/base.html' %} {% block containerpt %}
Caro {{user}},
A mensagem com o assunto {{subject}} e o seguinte texto foi enviada: {{message}}
{% endblock containerpt %} {% block container %}Dear {{user}},
The following message with the subject {{subject}} and the following body was sent: {{message}}
{% endblock %}