{% load i18n %} {% comment %} Master selection checkbox for a bulk-actions table header. Pair with ``_bulk_select_td.html`` for the per-row checkboxes and an enclosing ``x-data="cjBulkSelect()"`` Alpine scope. The ``$event`` is forwarded to ``toggleAll`` so the checkbox state drives the toggle direction (checked → select all, unchecked → clear). {% endcomment %}