{% extends "base.html" %} {% from 'macros.html' import fmt_int, fmt_float %} {% block health_active %} active {% endblock %} {% block content %}
| 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]}} |