{# Shared notes panel partial — included by _row_detail.html and detail.html. Renders a form with a notes textarea + save button wired to HTMX. Variables expected in context: job — the job Row (must have .dedup_key, .notes) notes_saved — optional bool; True shows a brief confirmation badge #} {% set key_safe = job.dedup_key | urlencode | replace('%', '') %}

Notes {% if notes_saved %} ✓ Saved {% endif %}