{% load i18n %} {% if cl.model_admin.ordering_field %} {% endif %} {% if cl.model_admin.list_sections|length > 0 %} {% endif %} {% for header in result_headers %}
{% if header.sortable %} {{ header.text|capfirst }} {% else %} {% if "action-toggle" in header.text and forloop.counter == 1 %} {% else %} {{ header.text|capfirst }} {% endif %} {% endif %}
{% if header.sortable %} {% if header.sort_priority > 0 %}
{% if header.ascending %} arrow_circle_down {% else %} arrow_circle_up {% endif %} cancel
{% if num_sorted_fields > 1 %} {{ header.sort_priority }} {% endif %} {% endif %} {% endif %}
{% endfor %}