{% extends "./base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load juntagrico.common %} {% load juntagrico.config %} {% block page_title %}

{% vocabulary "assignment_pl" %}

{% endblock %} {% block content %} {% crispy date_form %} {% include './member/snippets/toggle_buttons.html' with co_members=True %} {{ block.super }} {% endblock %} {% block list %} {% show_core as b_show_core %} {% requires_core as b_requires_core %} {% vocabulary "assignment_pl" as v_assignment_pl %} {% vocabulary "subscription" as v_subscription %} {% if b_show_core and b_requires_core %} {% endif %} {% for subscription in object_list %} {% if b_show_core and b_requires_core %} {% endif %} {% endfor %}
{% 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 %} {% blocktrans %}{{ v_assignment_pl }} Kernbereich{% endblocktrans %} {% blocktrans %}{{ v_assignment_pl }} Kernbereich benötigt{% endblocktrans %} {% blocktrans %}{{ v_assignment_pl }} Kernbereich Status{% endblocktrans %}
{% include './subscription/snippets/members_linked.html' %} {{ subscription.activation_date|date:"Y-m-d" }} {{ subscription.state_text }} {% if subscription.canceled %} - {% blocktrans trimmed 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 }}% {{ subscription.core_assignment_count|floatformat:-2 }} {{ subscription.required_core_assignments|floatformat:0 }} {{ subscription.core_assignments_progress|floatformat:0 }}%
{% endblock %} {% block datatable_constructor %} {{ block.super }} config.layout.top = 'searchBuilder' {% endblock %}