{% load powercrud_bootstrap5 %} {% if enable_selection_controls %} {% if bulk_selection_controls_template_paths %}{% include bulk_selection_controls_template_paths with selection_control="select_all" %}{% else %}{% include framework_template_path|add:"/partial/bulk_selection_controls.html" with selection_control="select_all" %}{% endif %} {% endif %} {% for header in headers %} {% if header.is_sortable %} {{ header.label }}{% if current_sort == header.field_name %} {% elif current_sort == '-'|add:header.field_name %} {% endif %} {% else %} {{ header.label }} {% endif %} {% endfor %} {% if has_row_actions %}Actions{% endif %}