{% if enable_selection_controls %} {% if bulk_selection_controls_template_paths %} {% include bulk_selection_controls_template_paths with selection_control="select_all" %} {% else %} {% include "powercrud/packs/daisyui/partial/bulk_selection_controls.html" with selection_control="select_all" %} {% endif %} {% endif %} {% if has_row_actions and row_actions_column_position == "start" %} {% if extra_actions_mode == "all_dropdown" %} Actions {% else %} Actions {% endif %} {% endif %} {% for header in headers %} {{ header.label }} {% if header.help_text %} {% endif %} {% if header.is_sortable %} {% if current_sort == header.field_name %} {% elif current_sort == '-'|add:header.field_name %} {% endif %} {% endif %} {% endfor %} {% if has_row_actions and row_actions_column_position != "start" %} {% if extra_actions_mode == "all_dropdown" %} Actions {% else %} Actions {% endif %} {% endif %}