{% load juntagrico.common %} {% load juntagrico.depot_extras %} {% load i18n %} {% load juntagrico.config %} {% vocabulary "depot" as v_depot %} {% blocktrans %}{{ v_depot }} Uebersicht{% endblocktrans %} {% for weekday_name, weekday_id in weekdays.items %}
{% trans "Erstellt am" %} {% now "d.m.Y H:i" %}

{{ weekday_name }}

{% for product in products %} {% endfor %} {% for product in products %} {% for size in product.sizes_for_depot_list %} {% endfor %} {% endfor %} {% for depot in depots|by_weekday:weekday_id %} {% for product in products %} {% for size in product.sizes_for_depot_list %} {% endfor %} {% endfor %} {% endfor %} {% for product in products %} {% for size in product.sizes_for_depot_list %} {% endfor %} {% endfor %}
{{ product.name }}
{{ product.description|safe }}
{{ size.name }}
{{ depot.name }}{{ subscriptions|by_depot:depot|get_types_by_size:size|count|floatformat }}
{% trans "Total" %}{{ subscriptions|by_weekday:weekday_id|get_types_by_size:size|count|floatformat }}
{% endfor %}