{% load i18n %} {# This is just copypasta from the parent change_list_results.html file #} {% if result_hidden_fields %}
{# DIV for HTML validation #} {% for item in result_hidden_fields %}{{ item }}{% endfor %}
{% endif %} {% if results %}
{% for header in result_headers %} {% endfor %}
{% if header.sortable %} {% if header.sort_priority > 0 %}
{% if num_sorted_fields > 1 %}{{ header.sort_priority }}{% endif %}
{% endif %} {% endif %}
{% if header.sortable %}{{ header.text|capfirst }}{% else %}{{ header.text|capfirst }}{% endif %}
{% endif %} {# /copypasta #}
{% for result in results %} {# 0: Checkbox #} {# 1: Title #} {# 2: Date #} {# 3: Added #} {# 4: Image #} {# 5: Correspondent #} {# 6: Tags #} {# 7: Archive serial number #} {# 8: Document type #} {# 9: Document edit url #} {% endfor %}