{% if sort %}{% endif %} {% if columns_changed %} {% for path in columns %}{% endfor %} {% endif %} {% if view.get_search_fields(request) %} {% endif %} {% for panel in chips %} {{ panel.chip }} × {% endfor %} {% if panels %} {% endif %} {% include "adminsite/_list_menus.html" %} {% if can_import %} {{ _('Import') }} {% endif %} {% if can_export %} {{ _('Export CSV') }} {% endif %} {% if panels %}
{% for panel in panels %}
{{ panel.filter.label }} {% if panel.filter.template == "choice" %} {% set kind = "checkbox" if panel.filter.multiple else "radio" %} {% for option in panel.options %} {% endfor %} {% elif panel.filter.template == "range" %} {% if panel.options %} {% for option in panel.options %} {% endfor %}

{{ _('Pick a period or write two values, such as 10,50.') }}

{% endif %} {% else %} {% endif %}
{% endfor %}
{{ _('Clear all') }}
{% endif %}
{% include "adminsite/_list_forms.html" %}