summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates/admin/filters.html
blob: 3ca763cce3849f5b9d8df2fb66970881f869d12b (plain)
1
2
3
4
5
6
7
{% load admin_list %}
{% load i18n %}
{% if cl.has_filters %}<div id="changelist-filter">
<h2>{% trans 'Filter' %}</h2>
{% for spec in cl.filter_specs %}
   {% filter cl spec %}
{% endfor %}</div>{% endif %}