{% extends "base_site.html" %} {% load admin_list i18n %} {% block extrahead %} {% endblock %} {% block bodyclass %}change-list{% endblock %} {% block coltype %}flex{% endblock %} {% block content %}
{% block search %}{% search_form item_changelist %}{% endblock %} {% block pagination %}{% pagination item_changelist %}{% endblock %} {% block filters %} {% if item_changelist.has_filters %}

{% trans 'Filter' %}

{% for spec in item_changelist.filter_specs %} {% admin_list_filter item_changelist spec %} {% endfor %}
{% endif %} {% endblock %} {% block summary_stats %} {% for itemtype in item_changelist.result_list %} {% endfor %}
Name Description
{{ itemtype.name }} {{ itemtype.description }}
{% endblock %}
{% endblock %}