{% load juntagrico.common %} {% load juntagrico.depot_extras %} {% load i18n %} {% load juntagrico.config %} {% trans "Mengen Übersicht" %}
{% trans "Erstellt am" %} {% now "d.m.Y H:i" %}, {% trans "Stichtag" %} {{ date|date:"d.m.Y" }}
{% if tour_days|count > 1 %} {% include "./snippets/snippet_tour_overview.html" %} {% regroup tours.sort_by_weekday by weekday as tours_by_day %} {% for tour_days in tours_by_day %} {% include "./snippets/snippet_tour.html" with day=tour_days.grouper tours=tour_days.list %} {% endfor %} {% else %}
{% include "./snippets/snippet_tour_header.html" %} {% for tour in tours %} {% for product in products %} {% for size in product.sizes.on_depot_list.sorted %} {% endfor %} {% endfor %} {% endfor %} {% if subscriptions|by_tour:None|count_units:date %} {% for product in products %} {% for size in product.sizes.on_depot_list.sorted %} {% endfor %} {% endfor %} {% endif %} {% for product in products %} {% for size in product.sizes.on_depot_list.sorted %} {% endfor %} {% endfor %}
{{ tour.name }} {{ subscriptions|by_tour:tour|count_units:date|floatformat }}{{ subscriptions|by_tour:tour|parts_by_size:size|active_on:date|count|floatformat }}
{% trans "Keine" %} {{ subscriptions|by_tour:None|count_units:date|floatformat }}{{ subscriptions|by_tour:None|parts_by_size:size|active_on:date|count|floatformat }}
{% trans "Alle" %} {{ subscriptions|count_units:date|floatformat }}{{ subscriptions|parts_by_size:size|active_on:date|count|floatformat }}
{% endif %}