{% load i18n admin_static suit_list %} {% if result_hidden_fields %}
{# DIV for HTML validation #} {% for item in result_hidden_fields %}{{ item }}{% endfor %}
{% endif %} {% if results %}
{% for header in result_headers|headers_handler:cl %} {% endfor %} {% for result in results|cells_handler:cl %} {% if result.form.non_field_errors %} {% endif %} {% for item in result %}{{ item }}{% endfor %} {% endfor %}
{% if header.sortable %} {{ header.text|capfirst }} {% else %} {{ header.text|capfirst }} {% endif %}
{% if header.sortable %} {% if header.sort_priority > 0 %} {% if header.ascending %} {% else %} {% endif %} {% endif %} {% if num_sorted_fields > 1 and header.sort_priority %} {{ header.sort_priority }} {% endif %} {% endif %}
{{ result.form.non_field_errors }}
{% endif %}