{% load admin_urls i18n unfold %} {% if result_hidden_fields %}
{% for item in result_hidden_fields %}{{ item }}{% endfor %}
{% endif %} {% if results %}
{% include 'unfold/helpers/change_list_headers.html' %} {% for result in results %} {% if result.form and result.form.non_field_errors %} {% endif %} {% if cl.model_admin.ordering_field %} {% endif %} {% if cl.model_admin.list_sections|length > 0 %} {% endif %} {% for item in result %} {{ item }} {% endfor %} {% include 'unfold/helpers/actions_row.html' with actions=actions_row instance_pk=result.instance.pk %} {% if cl.model_admin.list_sections|length > 0 %} {% endif %} {% endfor %}
{{ result.form.non_field_errors }}
drag_indicator expand_more
{% for section in cl.model_admin.list_sections %} {% render_section cl.model_admin.list_sections|index:forloop.counter0 result.instance %} {% endfor %}
{% else %} {% include 'unfold/helpers/empty_results.html' %} {% endif %}