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