{% extends "balafon/_bs_section.html" %} {% load i18n favorite_tags coop_utils %} {% block section_title %}

{% trans "Sending" %}: {{ emailing.newsletter.subject|dehtml }}

{% endblock %} {% block section_data %}

{{ emailing.get_info }}

{% trans "Newsletter" %}: {{ emailing.newsletter.subject|dehtml }} {% favorite_item object=emailing.newsletter %}
{% trans "Subscription" %}: {{ emailing.subscription_type.name }}
{% if emailing.lang %}
{% trans "Language" %}: {{ emailing.get_lang_display }}
{% endif %} {% if emailing.from_email %}
{% trans "Sender" %}: {{ emailing.from_email }}
{% endif %}
{% endblock %} {% block section_menu_name %} {% trans "Settings" %} {% endblock %} {% block section_buttons %}
  • {% trans "Edit" %}
  • {{ emailing.next_action }}
  • {% trans "Delete" %}
  • {% endblock %} {% block section_favorite %} {% favorite_item object=emailing %} {% endblock %}