{% extends 'base.html' %} {% block content %}
Please log in to see more details

Inventory item.

Key Value
Type {{ item["type"] }}
Vendor {{ item.get("hardware").vendor }}
Product {{ item.get("hardware").product }}
Name {{ item.name }}
URL slug {% if item.get("shortener").slug %} k6.ee/{{ item.get("shortener").slug }} {% endif %}
In use {% if item.inventory.user %}check_circle{% endif %}

Description

{{ item.description | markdown }}

Photo

{% if item.has_photo %} {% endif %} {% endblock %}