{% extends 'base.html' %} {% block content %}
{% include "inventory_filter.html" %}

Only listing items with 'Featured' visibility. Log in

{% for item in items %} {% endfor %}
Slug Name Type
{% if item.shortener %} {{ item.shortener.slug }} {% endif %} {{ item | format_name }} {{ item.comment }} {{ item.type }}

Only listing items with 'Featured' visibility. Log in

{% endblock %}