{% extends 'base.html' %} {% block content %}
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 %} |
{{ item.description | markdown }}