{# Executive โ€” Findings table partial (QA-031). Per-severity bucket renders a 4-column table: Severity / Agent ยท ASI / Probe / Summary No ID column, no LAST SEEN column (QA-031 acceptance bullets). Each carries data-finding-id, tabindex="0", and role="button" so the slide-over JS can wire click + Enter/Space handlers. ARIA: table role + per-row button role + aria-controls pointing at the single mounted exec-slideover. #}
{% for f in bucket_findings %} {% endfor %}
Severity Agent · ASI Probe Summary
{{ f.severity_label }} {{ f.asi_code }}{{ f.csa_code }} {{ f.probe_id or 'โ€”' }} {{ f.summary }}