{% for card in cards %}

{{ card.name }}

current {{ card.current_version_label or card.current_version or "-" }} {% if card.service_status == "running" and card.running_version %} · running {{ card.running_version_label or card.running_version }} {% if card.version_drift %} restart to apply {% endif %} {% elif card.service_status == "paused" and card.running_version %} · last ran {{ card.running_version_label or card.running_version }} {% endif %} · service {{ card.service_status }}

{% for status, count in card.counts.items() if count > 0 %} {{ status }}={{ count }} {% endfor %} {% if card.open_flags %} flags={{ card.open_flags }} (max {{ card.max_flag_level }}) {% endif %}

{% if card.start_problems %} {% elif card.start_error %}

{{ card.start_error }}

{% endif %}

{% if card.action_pending == "pausing" %} {% elif card.action_pending == "starting" %} {% elif card.service_status == "running" %}

{% else %}
{% endif %} Tasks Edit History

{% else %}

(no pipelines)

{% endfor %}