{% extends "base.html" %} {% block content %} {% for item in items %} {% endfor %}
ID Barcode Name Preis (Netto) Kaufdatum Gruppe Inventar Korr. Eingekauft AS Raum
{{ item.item_id }} {{ item.item_barcode }} {{ item.name }} {{ format_currency(item.unit_price) }} {{ format_date(item.bought) }} {{ item.group_name }} {{ item.units_left }} {{ item.correction_delta }} {{ item.sales_units }} {{ item.active_mappings }} {{ item.location_name }}
{% endblock %}