{# _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 -%}
Stalled Tickets {%- if not sv.is_empty %} {{ sv.count }} {%- endif %} orphaned · aging · missing metadata
{%- if sv.is_empty %}
No stalled tickets — everything is moving.
{%- else %} {%- endif %}