{{ m.scope_link(run.scope_kind, run.scope_value) }}
{% if run.dry_run %}dry-run{% endif %}
{% if run.status == 'running' %}running{% endif %}
{{ rm.run_summary(summary) }}
{{ run.trigger }} · started {{ run.started_at | datetime }}
{%- if not live and run.duration_s is not none %} · {{ run.duration_s | duration }}{% endif %}
{%- if not live and not run.dry_run %} · {{ total_bytes | filesize }} total{% endif %}
{% if skipped_offline %}
⊘ Skipped {{ skipped_offline|length }} device(s) monitored offline: {{ skipped_offline|join(', ') }}
{% endif %}