{% extends "base.html" %} {% block content %}
Stat | ID | Barcode | Name | Preis (Netto) | Kaufdatum | Gruppe | Eingekauft | Korr. | Inventar | #AS | Raum |
---|---|---|---|---|---|---|---|---|---|---|---|
{% if item.units_left == 0 %}🅾️{% endif %} {% if item.other_lines_count != 0 %}🔄{% endif %} | {{ item.item_id }} | {{ item.item_barcode }} |
{{ item.name }} | {{ format_currency(item.unit_price) }} | {{ format_date(item.bought) }} | {{ item.group_name }} ({{ item.item_group }}) | {{ item.sales_units }} | {% if item.correction_delta > 0 %}+{% endif %}{{ item.correction_delta }} | {{ item.units_left }} | {{ item.active_mappings }} | {{ item.location_name }} |