{% if activities %}
{% for a in activities %}
{% if a.status == 'running' %} {% else %} {% endif %}
{{ a.label }} {{ a.type }}
{{ a.status }}
{% endfor %}
{% else %}
System is idle. Run a health check to see live output.
{% endif %}