{% load depot_extras %} {% load i18n %} {% load config %} {% vocabulary "depot" as v_depot %} {% blocktrans %}{{ v_depot }}-Listen{% endblocktrans %}
{% trans "Erstellt am" %} {% now "d.m.Y H:i" %}
{% for depot in depots %} {% include "./snippets/snippet_depotlist_header.html" with first=True %} {% for subscription in depot.active_subscriptions %} {{ subscription.recipients_names }} {% for product in products %} {% for size in product.sizes_for_depot_list %} {{ subscription|get_types_by_size:size|count|default:'' }} {% endfor %} {% endfor %} {% for category in extra_sub_categories %} {% for type in category.types_for_depot_list %} {{ subscription|get_extra_subs_by_type:type|count|default:'' }} {% endfor %} {% endfor %} {% if forloop.counter0|divisibleby:14 and forloop.counter0 > 0 and not forloop.last %}
{% include "./snippets/snippet_depotlist_header.html" %} {% endif %} {% endfor %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endfor %}