{% block extra_head %} {% endblock extra_head %}
{% block content %}
{% if errors %}
🔥
{% endif %} System status {% if errors %}
🔥
{% endif %}
Service
Status
Timing
{% for result in results %}
{{ result.check|stringformat:'r' }}
{{ result.error|default_if_none:"OK"|linebreaks }}
{{ result.time_taken|floatformat:3 }} s
{% endfor %}
{% endblock content %}