{% extends "sanza/_bs_section.html" %} {% load i18n favorite_tags %} {% block section_title %} {% trans "Emailings" %} {% endblock %} {% block section_data %} {% for e in emailings %} {% endfor %}
{% trans "Newsletter" %}{% trans "Sending" %}
{% favorite_item object=e %} {{e.newsletter.subject}} {{e.get_info}} ({{e.get_contacts|length}} {% trans "recipients" %}) {% trans "View" %}
{% endblock %} {% block section_buttons %} {% endblock %}