{% load i18n admin_urls adminflow_tags %} {% if result_hidden_fields %}
{% for item in result_hidden_fields %}{{ item }}{% endfor %}
{% endif %} {% if results %}
{% for header in result_headers %} {% endfor %} {% for result, obj in results|zip_results:cl %} {% if result.form and result.form.non_field_errors %} {% endif %} {% for item in result %} {{ item }} {% endfor %} {% endfor %}
Actions
{{ result.form.non_field_errors }}
edit {% if has_delete_permission %} delete {% endif %}
{% endif %}