{% block search %}{% search_form cl %}{% endblock %}
{% block date_hierarchy %}
{% if cl.date_hierarchy %}{% date_hierarchy cl %}{% endif %}
{% endblock %}
{% if cl.has_filters %}
{% block filters %}
{% endblock %}
{% endif %}
{% trans 'Filter' %}
{% for spec in cl.filter_specs %}
{% admin_list_filter cl spec %}
{% endfor %}