{% extends "admin/change_list.html" %} {% load i18n adminmedia admin_list cms_tags static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {% endblock %} {% block object-tools %} {% if has_add_permission %} {% endif %} {% endblock %} {% block filters %} {% if cl.has_filters %}

{% trans 'Filter' %}

{% for spec in cl.filter_specs %} {% admin_list_filter cl spec %} {% endfor %} {% if locale_filter %} {% admin_list_filter cl locale_filter %} {% endif%} {% admin_template_filter cl template_filter %}
{% endif %} {% endblock %}