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