{% 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 "Hauptbezieher" %} | {% trans "Weitere Bezieher" %} | {% vocabulary "depot" %} | {% trans "Inhalt" %} | {% vocabulary "assignment_pl" %} | {% if show_core %}{% blocktrans %}{{ v_assignment_pl }} Kernbereich{% endblocktrans %} | {% endif %}{% trans "Aktiv" %} | {% trans "Aktivierungsdatum" %} | {% trans "Emails" %} |
---|---|---|---|---|---|---|---|---|
{% trans "Hauptbezieher" %} | {% trans "Weitere Bezieher" %} | {% vocabulary "depot" %} | {% trans "Inhalt" %} | {% vocabulary "assignment_pl" %} | {% if show_core %}{% blocktrans %}{{ v_assignment_pl }} Kernbereich{% endblocktrans %} | {% endif %}{% trans "Aktiv" %} | {% trans "Aktivierungsdatum" %} | {% trans "Emails" %} |
{% if operation_group %} {% endif %} {{ subscription.subscription.primary_member.first_name }} {{ subscription.subscription.primary_member.last_name }} {% if operation_group %} {% endif %} | {{ subscription.subscription.recipients_names }} | {{ subscription.subscription.depot.name }} | {{ subscription.subscription.overview }} | N%-{% if subscription.assignments >= 1 and subscription.assignments < 10 %}0{% endif %}{{ subscription.assignments|floatformat }} (von {{ subscription.subscription.required_assignments }}) | {% if show_core %}C%-{% if subscription.core_assignments >= 1 and subscription.core_assignments < 10 %}0{% endif %}{{ subscription.core_assignments|floatformat }} (von {{ subscription.subscription.required_core_assignments }}) | {% endif %}
{% if subscription.subscription.active %}
|
{{ subscription.subscription.activation_date|date:"Y-m-d" }} | {% for recipient in subscription.subscription.recipients %} {{ recipient.email }} {% if not forloop.last %} , {% endif %} {% endfor %} |