{{ health_backlog_verdict }}

System vitals
 
🔒 all data stored locally on this machine
observations
waiting...

no observations active

{% if health_stuck_rows %}

{{ backlog_copy.BACKLOG_BUCKET_HEADING }}

{{ backlog_copy.BACKLOG_BUCKET_DESCRIPTION }}

{% for row in health_stuck_rows %}
{{ row.day }} {{ backlog_copy.BACKLOG_DAY_BADGE }} {{ row.reason }} {% if row.reason_code or row.provider or row.model %}
details {% if row.reason_code %}reason_code={{ row.reason_code }}{% endif %} {% if row.provider %}provider={{ row.provider }}{% endif %} {% if row.model %}model={{ row.model }}{% endif %}
{% endif %}
{% if row.depth %}{{ row.depth }}{% endif %}
{% endfor %}
{% endif %}