{% import "macros.html" as m %} {% if not view.ok %} {{ m.absence(view) }} {% else %} {# Live discovery marker (M6): is a traced op streaming right now? Either way the Follow-live view is one click away. Interactive affordance → stripped from print. #}
{% if view.live_now %} a traced op is streaming now Follow live → {% else %} nothing streaming right now Open the live view → {% endif %}
{% if view['items'] %}

Every task reported in_progress — title, owner, the stage it advances, and its age ({{ m.derived() }} now - started_at).

{% for it in view['items'] %}{{ m.task_card(it.task, age=it.age) }}{% endfor %}
{% else %} {{ m.empty_inline(view.empty_title, view.empty_reason) }} {% endif %} {% endif %}