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

{% blocktrans %}Alle {{ v_subscription_pl }} im Überblick{% endblocktrans %}

{% endblock %} {% block content %} {% vocabulary "assignment_pl" as v_assignment_pl %}
{% csrf_token %} {% if can_send_mails %} {% endif %}
{% if show_core %} {% endif %} {% if show_core %} {% endif %} {% for subscription in subscriptions %} {% if show_core %} {% endif %} {% endfor %}
{% trans "Hauptbezieher" %} {% trans "Weitere Bezieher" %} {% vocabulary "depot" %} {% trans "Inhalt" %} {% vocabulary "assignment_pl" %} {% blocktrans %}{{ v_assignment_pl }} Kernbereich{% endblocktrans %} {% trans "Aktiv" %} {% trans "Aktivierungsdatum" %} {% trans "Emails" %}
{% trans "Hauptbezieher" %} {% trans "Weitere Bezieher" %} {% vocabulary "depot" %} {% trans "Inhalt" %} {% vocabulary "assignment_pl" %} {% blocktrans %}{{ v_assignment_pl }} Kernbereich{% endblocktrans %} {% 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 }}) C%-{% if subscription.core_assignments >= 1 and subscription.core_assignments < 10 %}0{% endif %}{{ subscription.core_assignments|floatformat }} (von {{ subscription.subscription.required_core_assignments }}) {% if subscription.subscription.active %} {% trans "Aktiv" %} {% else %} {% trans "Wartend" %} {% endif %} {{ subscription.subscription.activation_date|date:"Y-m-d" }}


{% endblock %} {% block scripts %} {% endblock %}