{% load i18n %} {% comment %} Generic confirmation modal for ``BulkActionView``. Override the template at the view-class level (`template_name = "..."`) to customise wording, add reason inputs, etc. Context (provided by ``BulkActionView.get_context_data``): pks: list of selected primary keys (strings) pk_field: form field name to render hidden inputs under queryset: filtered queryset of the affected records count: record count (already evaluated) action_url: URL the form should POST to (defaults to request.path) {% endcomment %}