{% extends 'base.html' %} {% block content %}
| Sticker | Visibility | Type | Name | Location | Owner | User | {% if can_audit %}Audit | {% endif %}|
|---|---|---|---|---|---|---|---|---|
| {% if not item.has_photo %}📸{% endif %} | {% if item.shortener %} {{ item.shortener.slug }} {% endif %} | {{ item.inventory.visibility }} | {{ item.type }} | {{ item | format_name }} {{ item.comment }} | {{ item.location }} | {{ item | owner_link }} | {{ item | user_link }} | {% if can_audit %}{% endif %} |