{% load i18n %} {% load dash_tags %} {% get_active_filters_count cl as active_filters_count %} {% if result_hidden_fields %} {% endif %} {% for header in result_headers %} {% endfor %} {% for result in results %} {% for item in result %}{{ item|safe }}{% endfor %} {% empty %} {% endfor %}
{% if header.sortable and header.sort_priority > 0 %} {% endif %}
{% if header.sortable %} {{ header.text|capfirst }} {% else %} {{ header.text|capfirst }} {% endif %}
{% if header.sortable and header.sort_priority > 0 %}
{% if num_sorted_fields > 1 %} {{ header.sort_priority }} {% endif %}
{% endif %}
{% trans "Empty Result" %} {% if active_filters_count or cl.query %} {% trans "Remove Filters" %} {% endif %}