{% load i18n djadmin %} {% if result_hidden_fields %}
{% for item in result_hidden_fields %}{{ item }}{% endfor %}
{% endif %} {% if results %}
{% for header in result_headers %} {% endfor %} {% for result in results %} {% if result.form and result.form.non_field_errors %} {% endif %} {% for item in result %}{{ item }}{% endfor %} {% endfor %}
{% if header.sortable %} {{ header.text|capfirst }} {% if header.sort_priority > 0 %} {% else %} {% endif %} {% if header.sort_priority > 0 %} {% if num_sorted_fields > 1 %}{{ header.sort_priority }}{% endif %} × {% endif %} {% else %} {{ header.text|capfirst }} {% endif %}
{{ result.form.non_field_errors }}
{% else %}
{% dj_icon "search" "dj-icon dj-icon--xl" %}

{% blocktranslate with name=cl.opts.verbose_name_plural %}No {{ name }} found{% endblocktranslate %}

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

{% translate 'Try a different search term, or clear the filters.' %}

{% translate 'Clear all filters' %} {% endif %}
{% endif %}