{% load i18n df_site %} {% for header in result_headers %} {% endfor %} {% for result in results %} {% for item in result %}{{ item }}{% endfor %} {% endfor %}
{% if header.sortable and header.sort_priority > 0 %} {% fa6_icon 'arrows-alt-h' %} {% if header.ascending %}{% fa6_icon 'sort-up' %}{% else %} {% fa6_icon 'sort-down' %}{% endif %} {% if num_sorted_fields > 1 %} {{ header.sort_priority }} {% endif %} {% endif %}
{% if header.sortable %} {{ header.text|capfirst }}{% else %} {{ header.text|capfirst }}{% endif %}