{% load i18n df_site %}
{% 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 %}
| {% endfor %}
---|