{% load admin_list unfold_list %}
{% if not tab %} {% include "unfold/helpers/inline_heading.html" with title=dataset.model_verbose_name %} {% endif %} {% if cl.search_fields %}
{% unfold_search_form cl %} {% unfold_admin_actions %}
{% endif %}
{% csrf_token %} {% if cl.formset %} {{ cl.formset.management_form }} {% endif %} {% unfold_result_list cl %}
{% pagination cl %}