{% if admin %} {% include "menuadmin.html" %} {% else %} {% include "menu.html" %} {% endif %}
Zählliste erstellen
Drucken starten
{% if info != "" %}
{{ info }}
{% endif %} {% if warning != "" %}
{{ warning }}
{% endif %}
ab Wert
Standort
Kategorie
{% for location in locationlist %}
{{ location[0] }}
{% endfor %}
{% for category in categorylist %}
{{ category[0] }}
{% endfor %}