{% load juntagrico.common %} {% load juntagrico.config %} {% load i18n %} {% vocabulary "depot" as v_depot %}
Erstellt am: {% now "d.m.Y H:i" %}
{% for depot in depots %}

Basimilch Aboliste

{{ depot.weekday_name }} - {{ depot.name }}

{% blocktrans %}{{ v_depot }}-Betreuung{% endblocktrans %}
{{ depot.contact.first_name }} {{ depot.contact.last_name }}
{{ depot.contact.email }}
{{ depot.contact.phone }}
{% for product in products %} {% endfor %} {% for sub in depot.active_subscriptions|dictsort:"primary_member.last_name" %} {% for product in products %} {% endfor %} {% endfor %} {% for product in products %} {% endfor %}
{% vocabulary "subscription" %}{{ product.name|safe }}Abo
Abgeholt
{% if sub.nickname %} {{ sub.nickname }} {% else %} {{ sub.primary_member.first_name.0 }}.{{ sub.primary_member.last_name }} {% endif %} {% if sub.content.amounts_for_products|get_item:product != 0 %} {{ sub.content.amounts_for_products|get_item:product }} {% endif %}
Total{{ depot.product_totals|get_item:product }}

{% trans "Mitteilung" %}:

{{ comment }}

{% if not forloop.last %}
{% endif %} {% endfor %}