diff --git a/inventory-app/templates/inventory_public.html b/inventory-app/templates/inventory_public.html index 1ca5bea..d39122b 100644 --- a/inventory-app/templates/inventory_public.html +++ b/inventory-app/templates/inventory_public.html @@ -2,15 +2,15 @@ {% block content %}
Log in to see more items
Slug | Name | Type | -In use | {{ item | format_name }} {{ item.comment }} | {{ item.type }} | -{% if item.inventory.user %}check_circle{% endif %} | {% endfor %}
---|
Log in to see more items
Inventory item.
+Log in to see more details
Type | -{{ item["type"] }} | +Sticker | ++ {% if item.get("shortener").slug %} + {{ item.get("shortener", {}).get("slug") | qr_code }} + + k6.ee/{{ item.get("shortener").slug }} + + {% endif %} + |
Vendor | {{ item.get("hardware").vendor }} | @@ -32,30 +38,14 @@Name | {{ item.name }} |
Sticker | -- {% if item.get("shortener").slug %} - - k6.ee/{{ item.get("shortener").slug }} - - {% endif %} - | -||
In use | -{% if item.inventory.user %}check_circle{% endif %} | -
Log in to see more details
+