{% load i18n %} {% for header in result_headers %} {% if header.sortable %} {% if header.sorted %}
{% endif %} {% endif %}
{% if header.sortable %}{{ header.text|capfirst }} {% else %}{{ header.text|capfirst }} {% endif %}
{% endfor %}