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