{% extends "base.html" %} {% block content %} {% for item in items %} {% endfor %}
ID Barcode Name Inventar Gesamt Raum Verbrauch [1/d] ETUE [d] Für 2m
{{ item.item_id }} {{ item.item_barcode }} {{ item.name }} {{ item.units_left }} {{ item.sales_units + item.correction_delta }} {{ item.location_name }} {{ item.per_day|round(2) }} {% if item.days_left != None %}{{ item.days_left|round(1) }}{% endif %} {% if item.for_two_months %}{{ item.for_two_months|round(1) }}{% endif %}
{% endblock %}