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