{# Bulk actions toolbar — no Alpine, uses data-dz-bulk-* attributes #} {# Parameters: entity_name, actions_endpoint, table (for dynamic target ID) #} {# State managed by dz.js initTable() — selected IDs injected via htmx:configRequest #} {% set tbody_id = (table.table_id or 'dt-table') + '-body' if table is defined and table else 'dt-table-body' %}