{% extends 'base.html' %} {% block content %}
{% include "inventory_filter.html" %} {% macro add_item_button() -%}

Add item

{%- endmacro %} {{ add_item_button() }} {% if can_audit %} {% endif %} {% for item in items %} {% if can_audit %} {% endif %} {% endfor %}
Sticker Visibility Type Name Location Owner UserAudit
{% 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 }}
{{ add_item_button() }}
{% endblock %}