{# _stalled.html — Stalled tickets actionable list (Task F3). Renders stalled_view = {count, items: [{id, title, status, age_days, reasons, link}], is_empty} A ticket is stalled if: - Active (doing/review) with no update in stale_days - Backlog with no agent - Backlog with no priority - Done but missing completed timestamp #} {%- set sv = stalled_view -%}