{% load static %} /-\ infra status page

/-\ infrastructure

status page

{% for service in services %}
{% if service.image_or_favicon %}
image for {{ service }}
{% endif %}

{{ service.short_name }}

{% if service.description %}

{{ service.description }}

{% endif %}
STATUS: {{ service.get_status.value }}
{% endfor %}