{% extends "base.html" %} {% load i18n %} {% load static %} {% load juntagrico.config %} {% load juntagrico.common %} {% load juntagrico.snippets %} {% block body_extra_classes %}wide-layout{% endblock %} {% block page_title %} {% vocabulary "subscription_pl" as v_subscription_pl %}

{{ title }}

{% endblock %} {% block content %} {% vocabulary "assignment_pl" as v_assignment_pl %}
{% csrf_token %} {% if can_send_mails or perms.juntagrico.can_send_mails %} {% endif %}
{% 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 %} {% block scripts %} {% endblock %}