{% load juntagrico.config %} {% load i18n %} {% load juntagrico.common %} {% vocabulary "depot" as v_depot %}
Generiert am: {% now "d.m.Y H:i" %}
{% for weekday,depot_list in depots.items %} {{ weekday }} {% for product in products %} {% endfor %} {% for depot in depot_list %} {% for product in products %} {% endfor %} {% endfor %} {% for amount in totals|get_item:weekday %} {% endfor %}
{% vocabulary "depot" %}{{ product.name|safe }}
{{ depot.name }} {% if depot.product_totals|get_item:product != 0 %} {{ depot.product_totals|get_item:product }} {% endif %}
Total{{ amount }}
{% endfor %} {% for amount in overallTotals %} {% endfor %}
Total {{ amount }}