{% load i18n conjunto_tables %} {% comment %} Sticky bottom bar that surfaces multi-record bulk actions. Context expected: bulk_actions: iterable of conjunto.tables.BulkAction instances (already filtered + sorted via `get_bulk_actions()`). The bar lives inside an ``x-data="cjBulkSelect()"`` Alpine scope — see ``conjunto/js/bulk_select.js``. Visibility is bound to ``count > 0`` so the bar appears only when at least one row is selected. Each button auto-includes ``[name='pks']:checked`` for HTMX, so the selected primary keys travel along. {% endcomment %} {% if bulk_actions %}
{% endif %}