{% load i18n %}

⚠️ SnapAdmin — health alert

{{ failing|length }} of {{ checked }} health prob{{ checked|pluralize:"e,es" }} reporting a failure

{% for probe in probes %} {% endfor %}
Subsystem Status Detail
{{ probe.title }} {% if probe.ok is True %}OK {% elif probe.ok is False %}DOWN {% else %}n/a{% endif %} {{ probe.data.error|default:"—"|truncatechars:160 }}

Generated at {{ generated_at|date:"Y-m-d H:i:s e" }} — investigate with python manage.py snapadmin_info --health-check.