{% load juntagrico.common %} {% load juntagrico.depot_extras %} {% load i18n %} {% load juntagrico.config %} {% trans "Mengen Übersicht" %}
{% trans "Erstellt am" %} {% now "d.m.Y H:i" %}
{% for product in products %} {% endfor %} {% for product in products %} {% for size in product.sizes_for_depot_list %} {% endfor %} {% endfor %} {% for weekday_name, weekday_id in weekdays.items %} {% 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 }}
{% trans "Einheiten" %} {% trans "Total" %}{{ size.name }}
{{ weekday_name }} {{ subscriptions|by_weekday:weekday_id|count_units|floatformat }}{{ subscriptions|by_weekday:weekday_id|get_types_by_size:size|count|floatformat }}
{% trans "Alle" %} {{ subscriptions|count_units|floatformat }}{{ subscriptions|get_types_by_size:size|count|floatformat }}