{% extends "base.html" %} {% load i18n %} {% load config %} {% block body_extra_classes %}wide-layout{% endblock %} {% block page_title %} {% vocabulary "subscription_pl" as v_subscription_pl %}
{% 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" %} |
{% if operation_group %} {% endif %} {{ subscription.primary_member.first_name }} {{ subscription.primary_member.last_name }} {% if operation_group %} {% endif %} | {{ subscription.other_recipients_names }} | {{ subscription.depot.name }} | {{ subscription.overview }} | {{ subscription.activation_date|date:"Y-m-d" }} | {% for recipient in subscription.recipients %} {{ recipient.email }} {% if not forloop.last %} , {% endif %} {% endfor %} |