{% extends 'base.html' %} {% block content %}
{% if item.get("shortener").slug %}/{{ item.get("shortener").slug }}{% else %}k6{% endif %}: {{ item.name }}
{% if item.mac %} {% endif %}
Key Value Key Value
Location {% if item.location and (item.location | location_link) %}🡼{% else %}🮰{% endif %} {{ item.location }} Last audited
{% if item.inventory.get("audit") %} by {{ item.inventory.audit.username }}{% endif %}
Sticker {% if item.get("shortener").slug %} {{ item.get("shortener", {}).get("slug") | qr_code }} k6.ee/{{ item.get("shortener").slug }} {% endif %}
Type {{ item["type"] }} Visibility {{ item.inventory.visibility }}
Vendor {{ item.get("hardware").vendor }} Serial number {{ item.get("hardware").serial }}
Product {{ item.get("hardware").product }}
MAC address {{ item.mac }}
Name {{ item.name }}
Comment {{ item.comment }}
Owner {{ item | owner_link }} User {{ item | user_link }}
Tags {% for tag in item.tags %}
{{ tag }}
{% endfor %}

Photo

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