{# OOB-swapped into #cc-toast-region (afterbegin) so the toast reliably appears: an `outerHTML` OOB needs a pre-existing element with a matching id, and the shell has no #cc-toast seed — only the region. The undo button targets the originating finding's actions span by id so undoing from the toast flips the card back in place, then removes its own toast. #} {% set pk_safe = pair_key|replace(':', '-') %} {% set actions_id = 'cc-actions-' ~ pk_safe ~ '-' ~ detector_type %} {# No role="status" here — #cc-toast-region is already the polite live region; nesting a second status region causes double / missed announcements. #}
Marked as {{ verdict_label }}.