{% extends "base.html" %} {% block content %}

Einkäuferbericht für {{ location.location_name }}

{% for item in items %} = item.units_sold %} class="--not-important"{% endif %}> {% endfor %}
Barcode Name Inventar Verkauft Verbrauch [1/d] Verbrauch [1/60d]
{{ item.item_barcode }} {{ item.name }} {{ item.units_left }} {{ item.units_sold }} {{ item.sold_per_day }} {{ item.sold_per_day * 60 }}
{% endblock %}