{% load juntagrico.depot_extras %} {% load i18n %} {% load juntagrico.config %} {% vocabulary "depot" as v_depot %} {% blocktrans %}{{ v_depot }}-Listen{% endblocktrans %}
{% trans "Erstellt am" %} {% now "d.m.Y H:i" %}, {% trans "Stichtag" %} {{ date|date:"d.m.Y" }}
{% for depot in depots %} {% include "./snippets/snippet_depotlist_header.html" with first=True %} {% for sub in subscriptions|by_depot:depot %} {% include "juntagrico/snippets/subscription/recipients.html" with subscription=sub %} {% for product in products %} {% for size in product.sizes_for_depot_list %} {{ sub|parts_by_size:size|active_on:date|count|default:'' }} {% empty %} {% endfor %} {% endfor %} {% endfor %}
{% endfor %}