{% extends "admin/change_list.html" %} {% load static i18n leprikon_tags admin_list %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block filters %} {% if cl.has_filters or cl.model_admin.legend %}
{% if cl.model_admin.legend %}

{% trans 'Legend' %}

{% for class, label in cl.model_admin.legend %}
{{ label }}
{% endfor %}
{% endif %} {% if cl.has_filters or cl.model_admin.legend %}

{% trans 'Filter' %}

{% for spec in cl.filter_specs %}{% admin_list_filter cl spec %}{% endfor %} {% endif %}
{% endif %} {% endblock %} {% block result_list %} {% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% css_result_list cl %} {% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% endblock %}