{# variation of admin/change_list_results.html #} {% load i18n polymorphic_tree_admin_tags 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 %} {% if header.field_name != "action_checkbox" %} {% endif %} {% endfor %} {% for result in results|cells_handler:cl %} {% if result.form.non_field_errors %} {% endif %} {% for item in result %}{% if "action-select" not in item %}{{ item }}{% endif %}{% endfor %} {% endfor %}
{{ header.text|capfirst }}
{{ result.form.non_field_errors }}
{% endif %}