{% load i18n admin_static %}{% load cycle from future %} {% if results %}
{% for header in result_headers %} {% if 'action-checkbox' not in header.class_attrib %} {% endif %}{% endfor %} {% for result in results %} {% if result.form.non_field_errors %} {% endif %} {% for item in result %} {% if 'action-checkbox' not in item %}{{ item }}{% endif %} {% endfor %} {% endfor %}
{{ header.text|capfirst }}
{{ result.form.non_field_errors }}
{% endif %}