{% extends "admin/change_list.html" %} {% load static i18n django_horizontal_list_filter django_simple_tags %} {% block search %} {% if cl.filter_specs or cl.model_admin.search_fields %}
{% for spec in cl.filter_specs %}
{% django_horizontal_list_filter cl spec %}
{% endfor %} {% if cl.model_admin.search_fields %}
{% endif %}
{% trans "Search" %} {% trans "Reset" %}
{% endif %} {% endblock %} {% block content %} {% reset cl "has_filters" False %} {{block.super}} {% endblock %}