{% comment %} Floating bulk-action bar (#3046). Shown whenever one or more rows are selected (selectedIds is the homeApp Alpine state). Enable / Disable / Delete each POST the comma-joined selection to assets_bulk_action and swap the table partial back; Edit opens the bulk-edit modal. selectedIds is read at submit time via the hidden ``ids`` input's :value binding, so it always reflects the live selection. On a successful action the selection is cleared. {% endcomment %}
selected
{% csrf_token %}
{% csrf_token %}
{% comment %} Bulk delete confirmation — mirrors the single-asset delete prompt in home.html. {% endcomment %}