{% extends "base.html" %} {% from 'macros.html' import fmt_int, fmt_float %} {% block health_active %} active {% endblock %} {% block content %}

Upstream health status

{% for entry in entries %} {% endfor %}
Name Title Upstream status Last checked
{{ entry.name }} {{ entry.title }} {% if entry.orphan %} {% elif entry.upstream_status[0] == 200 %} OK {% else %} {{entry.upstream_status[0]}} {% endif %} {{entry.upstream_status[1]}}
{% endblock %}