{% load depot_extras %} {% load i18n %} {% load config %} {% vocabulary "depot" as v_depot %} {% blocktrans %}{{ v_depot }}-Listen{% endblocktrans %}
{% trans "Erstellt am" %} {{ datum |date:"d.m.Y H:i" }}
{% for depot in depots %}

{{ depot.weekday_name }} - {{ depot.name }}

{{ depot.addr_street }}, {{ depot.addr_zipcode }} {{ depot.addr_location }}

{% blocktrans %}{{ v_depot }}-Betreuung{% endblocktrans %}: {{ depot.contact.first_name }} {{ depot.contact.last_name }} {% for category in categories %} {% endfor %} {% for type in types %} {% endfor %} {% for value in depot.overview_cache %} {% endfor %} {% for type in types %} {% endfor %} {% for subscription in depot.subscription_cache.all %} {% for subscription_name in subscription_names %} {% endfor %} {% for type in es_types %} {% endfor %} {% if forloop.counter0|divisibleby:15 and forloop.counter0 > 0 and not forloop.last %}
{{ category.name }}
{{ category.description }}
{{ type.size }}
{% trans "TOTAL" %}{{ value }}
{% trans "Name" %} {% vocabulary "co_member_pl" %}{% trans "abgeholt" %} {% trans "Tasche retour" %}
{{ subscription.primary_member.get_name }} {{ subscription.other_recipients_names }} {% if subscription|subscriptions_amount:subscription_name %} {{ subscription|subscriptions_amount:subscription_name }}{% endif %} {% if subscription|extra_subscription:type.name %} {{ subscription|extra_subscription_amount:type.name }}{% endif %}

{{ depot.weekday_name }} - {{ depot.name }} {% trans "Fortsetzung" %}

{% for category in categories %} {% endfor %} {% for type in types %} {% endfor %} {% for value in depot.overview_cache %} {% endfor %} {% for type in types %} {% endfor %} {% endif %} {% endfor %}
{{ category.name }}
{{ category.description }}
{{ type.size }}
{% trans "TOTAL" %}{{ value }}
{% trans "Name" %} {% vocabulary "co_member_pl" %}{% trans "abgeholt" %} {% trans "Tasche retour" %}

{% for message in messages %}
{{ message }}
{% endfor %}
{% endfor %}