{# src/fledermap/web/templates/_identifications_box.html -- the recording-details page's own copy of the drawer panel's "Identifications" breakdown (_recording_panel.html): both now render the same precedence-ordered list with the same current/passive/shadowed styling (services/current_best.py's sort_identifications_by_precedence + identification_status, app.css's .identification-current/-passive/-shadowed) -- position in the list plus bold/italic styling says why the page shows what it shows, replacing an earlier per-row "shadowed by emt.guano" text annotation that needed the winning source spelled out. Still a separate template rather than a shared include with the drawer's version: this one's rows are wired for a future manual-classification pick (spec: manual classification is details-page-only), the drawer's are read-only. #}

Identifications