{% extends 'base.html' %} {% block content %}
| Slug | Public | Name | Type | Owner | User | {% if can_audit %}Audit | {% endif %}
|---|---|---|---|---|---|---|
| {% if item.shortener %} {{ item.shortener.slug }} {% endif %} | {% if item.inventory.public %}check_circle{% else %} {% endif %} | {{ item | format_name }} {{ item.comment }} | {{ item.type }} | {{ item | owner_link}} | {{ item | user_link}} | {% if can_audit %}{% endif %} |