{% if bulk_actions %} {% endif %} {% for name, text, class in columns %} {% endfor %} {% for object in object_list %} {% if bulk_actions %} {% endif %} {% if load_rows_from_template %} {% include row_template_name with item=object %} {% else %} {% for cell in row %}{{ cell }}{% endfor %} {% endif %} {% endfor %}
{% include "dynamic_listing/partials/__bulk_actions_header_checkbox.html" %} {{ text }}
{% include "dynamic_listing/partials/__bulk_actions_item_checkbox.html" with item=object %}