{% extends "management_lists/man_list_base.html" %} {% load i18n %} {% load static %} {% load juntagrico.config %} {% load juntagrico.common %} {% load juntagrico.snippets %} {% block page_title %}

{{ title }}

{% endblock %} {% block management_cmd %} {% include 'management_lists/snippets/email_sender.html' %} {% endblock %} {% block list %} {% for subscription in subscriptions %} {% endfor %}
{% trans "HauptbezieherIn" %} {% trans "Weitere BezieherInnen" %} {% vocabulary "depot" %} {% trans "Inhalt" %} {% trans "Aktivierungsdatum" %} {% trans "E-Mails" %}
{% trans "HauptbezieherIn" %} {% trans "Weitere BezieherInnen" %} {% vocabulary "depot" %} {% trans "Inhalt" %} {% trans "Aktivierungsdatum" %} {% trans "E-Mails" %}
{% impersonate_start request subscription.primary_member %} {{ subscription.primary_member.get_name }} {{ subscription.other_recipients_names }} {{ subscription.depot.name }} {{ subscription }} {{ subscription.activation_date|date:"Y-m-d" }}
{% endblock %}