{% load i18n %} {# This is just copypasta from the parent change_list_results.html file #}
{% if header.sortable %}
{% if header.sort_priority > 0 %}
{% if header.sortable %}{{ header.text|capfirst }}{% else %}{{ header.text|capfirst }}{% endif %}
| {% endfor %}
{% endif %}
{% endif %}
---|