{{ config.app.title }}

{{ config.app.auto_refresh }}

{% for group, monitors in monitors|sort %} {%- if group in clickable_groups -%} {%- else -%} {%- endif -%} {% for monitor in monitors %} {% endfor %}
{{ group }}{{ group }}
{{ monitor.name }} {{ monitor.status_text }} {{ "%.2f%%"|format(monitor.uptime) }}
{% endfor %}