{% with inline_enabled=inline_edit.enabled %}
{% if table_header_template_paths %} {% include table_header_template_paths %} {% else %} {% include "powercrud/packs/daisyui/partial/table_header.html" %} {% endif %} {% for row in object_list %} {% if table_row_template_paths %} {% include table_row_template_paths %} {% else %} {% include "powercrud/packs/daisyui/partial/table_row.html" %} {% endif %} {% endfor %}
{% if enable_selection_controls %} {% endif %} {% endwith %}