{% extends "management_lists/man_list_base.html" %} {% load i18n %} {% load juntagrico.common %} {% load juntagrico.config %} {% block page_title %}
{% trans "BezieherInnen" %} | {% trans "Startdatum" %} | {% blocktrans %}{{ v_subscription }}-Status{% endblocktrans %} | {% vocabulary "assignment_pl" %} | {% blocktrans %}{{ v_assignment_pl }} benötigt{% endblocktrans %} | {% blocktrans %}{{ v_assignment_pl }} Status{% endblocktrans %} | {% if b_show_core and b_requires_core %}{% blocktrans %}{{ v_assignment_pl }} Kernbereich{% endblocktrans %} | {% blocktrans %}{{ v_assignment_pl }} Kernbereich benötigt{% endblocktrans %} | {% blocktrans %}{{ v_assignment_pl }} Kernbereich Status{% endblocktrans %} | {% endif %}{% trans "Emails" %} |
---|---|---|---|---|---|---|---|---|---|
{% spaceless %}
{% if subscription.primary_member %}
{{ subscription.primary_member }}
{% else %}
{% trans "! Haupt-BezieherIn ist nicht definiert" %}
{% endif %}
{% endspaceless %}
{% with phone=subscription.primary_member.get_phone %}
{{ phone }}
{% endwith %}
{% for recipient in other_recipients %}
{{ recipient }}
{% with phone=recipient.get_phone %}
{{ phone }}
{% endwith %}
{% endfor %}
|
{{ subscription.activation_date|date:"Y-m-d" }} | {{ subscription.state_text }} {% if subscription.canceled %} - {% blocktrans with cd=subscription.cancellation_date|date:"Y-m-d" %} Gekündigt am {{cd}} {% endblocktrans %} {% endif %} | {{ subscription.assignment_count|floatformat:-2 }} | {{ subscription.required_assignments|floatformat:0 }} | {{ subscription.assignments_progress|floatformat:0 }}% | {% if b_show_core and b_requires_core %}{{ subscription.core_assignment_count|floatformat:-2 }} | {{ subscription.required_core_assignments|floatformat:0 }} | {{ subscription.core_assignments_progress|floatformat:0 }}% | {% endif %}{% for recipient in other_recipients %} {{ recipient.email }}, {% endfor %} {{ subscription.primary_member.email }} |