{% extends 'evotemailings/base.html' %} {% load i18n %} {% block container %}
{% trans 'Dear institutional member' %},
{% trans 'You have received an contact from' %} {% if name %}{{name}}{% endif %} ({{from}}) {% trans 'with the subject' %} {{subject}} {% trans 'and the following message' %}: {{message}}
{% endblock %}