{% load juntagrico.depot_extras %} {% load i18n %} {% load juntagrico.config %} {% vocabulary "depot" as v_depot %} {% blocktrans %}{{ v_depot }}-Listen{% endblocktrans %}
{% 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_display_name }} {% for product in products %} {% for size in product.sizes_for_depot_list %} {{ subscription|get_types_by_size:size|count|default:'' }} {% empty %} {% endfor %} {% endfor %} {% endfor %}
{% endfor %}