{% load i18n admin_list %}
| {% for item in result_hidden_fields %}{{ item }}{% endfor %} | {% endif %} {% for header in result_headers %}
{% if header.sortable %}
{% if header.sort_priority > 0 %}
{{ header.text }}
{% if header.ascending %}
{% else %}
{% endif %}
{% else %}
{{ header.text }}
{% endif %}
{% else %}
{# Non-sortable: action checkbox header or plain text #}
{{ header.text }}
{% endif %}
|
{% endfor %}
|---|---|