{% load i18n admin_list core_tags %} {% if cl.model_admin.show_search_mode_selector %} {% with current_search_mode=cl.params.search_mode|default:cl.model_admin.get_default_search_mode %}
{% endwith %} {% else %}
{% endif %}
{% search_form cl %} {% if cl.date_hierarchy %}{% date_hierarchy cl %}{% endif %}
{% csrf_token %} {% if cl.formset %}
{{ cl.formset.management_form }}
{% endif %} {% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% if cl.snapshot_is_grid_view %} {% snapshots_grid cl %} {% else %} {% result_list cl %} {% endif %} {% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %}
{% if cl.has_filters and not embedded_changelist %}

{% translate 'Filter' %}

{% if cl.is_facets_optional or cl.has_active_filters %}
{% if cl.is_facets_optional %}

{% if cl.add_facets %}{% translate "Hide counts" %} {% else %}{% translate "Show counts" %}{% endif %}

{% endif %} {% if cl.has_active_filters %}

✖ {% translate "Clear all filters" %}

{% endif %}
{% endif %} {% for spec in cl.filter_specs %}{% admin_list_filter cl spec %}{% endfor %}
{% endif %}
{% if cl.has_filters and not embedded_changelist %} {% endif %} {% include "admin/snapshot_search_stream.html" %}