{% for check in status %}

{{ check.website }}

Uptime: {{ check.ok_ratio }} ({{ check.count_ok }}/{{ check.total_requests }})

{% if check.last_ok.is_some() %}

Last OK: {{ check.last_ok.as_deref().unwrap() }}

{% endif %}
{% for result in check.bar_classes %}
{% endfor %}
{% endfor %}