{# Live 'Running now' block. Repolls every 3s while anything is in flight; when nothing is running it stops polling on a slower heartbeat so an idle board isn't hammering the journal. #}

Running now ยท {{ running_count }}

{% if running_count %}
{% endif %}
{% if running %} {% for job in running %} {% endfor %}
#targettaskstarted
{{ job.id }} {{ job.target }} {{ job.task }} {{ "%.0f"|format(job.duration) }}s ago
{% else %}

Nothing running. Start something from the Dashboard or Gauges page, or run ./inv <task> in a terminal.

{% endif %}