{{ cfg.web.name }}

{% for service in services %}

{{ service.name }}

{% for ping in uptime[service.name] %} {% if ping == "I" %}

{% elif ping == "O" %}

{% else %}

{% endif %} {% endfor %}
{% endfor %}