{% load i18n %} {% comment %} Per-row selection checkbox for a bulk-actions table. Context expected: pk: the primary key of the record (used as the value). label: optional accessible label override; defaults to "Select item". Pair with ``_bulk_select_th.html`` (header checkbox) and an enclosing ``x-data="cjBulkSelect()"`` Alpine scope so ``sync()`` updates the count when the user toggles the checkbox directly. {% endcomment %}