{% extends "layout.html" %}{% load birder i18n static %} {% block content %}
{{ project.name }}
{{ birder.system.last_check|default_if_none:"" }}
{% for monitor in monitors %}
{{ monitor.name|truncatechars:"20" }}
{{ monitor.failures }} / {{ monitor.warn_threshold }} / {{ monitor.err_threshold }}
{% endfor %}
{% endblock content %}