{% load crispy_forms_tags %}
{{ count }} {{ content_type.name }} object(s)
Using {{ selection_label }}.
Search: {{ query_search }}
{% endif %} {% if query_summary %} {% for key, values in query_summary %}{{ key }}: {{ values|join:", " }}
{% endfor %} {% else %}No filters applied.
{% endif %} {% if object_ids %}Selected ids: {{ object_ids|join:", " }}
{% endif %}