{% load juntagrico.common %} {% load i18n %} {% if title %}{{ title }}{% endif %} {% for product in products %} {{ product.name }} {% endfor %} {% if header %}{{ header }}{% else %}{% trans "Ausfahrt" %}{% endif %} {% trans "Total" %} {% for product in products %} {% for size in product.sizes.on_depot_list.sorted %} {{ size.name }} ({{ size.units|decimal }}) {% endfor %} {% endfor %}