{# Executive — Shared slide-over body (QA-049 / QA-055). ONE polymorphic Jinja template that renders the full audit-detail drawer body for BOTH the Findings tab and the Probes tab. Backed by two server endpoints: * GET /scan//finding/ → ``kind="finding"`` * GET /scan//probe?index=N|id=ID → ``kind="probe"`` Both endpoints fetch the underlying record (Finding or ProbeRun), marshal it into a uniform context, and render this fragment. The slide-over chrome (backdrop, header, close button) lives in ``_finding_slideover.html``; the client-side JS swaps THIS fragment into ``[data-slideover-body]`` on row click. Sections (gated by ``{% if kind == ... %}`` where they only apply to one mode): 1. Header chips template — ``