Required Action
{% if action_items %}
{% for item in action_items %}
{{ item.label }}
{{ item.host.host }}
{{ item.message }}
{% endfor %}
{% elif counts.hosts %}
ok No queued, running, unreviewed warning/failed runs, or retention warnings.
{% else %}Add a host to start tracking backup status here.
{% endif %} {% if counts.running_runs or counts.queued_runs %}
{% if counts.running_runs %}
running
{{ counts.running_runs }} backup run{{ counts.running_runs|pluralize }} in progress.
{% endif %}
{% if counts.queued_runs %}
queued
{{ counts.queued_runs }} backup run{{ counts.queued_runs|pluralize }} waiting.
{% endif %}
{% endif %}