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

/-\ infrastructure

status page (internal services)

{% 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 %}
VPS STATS — {{ vps_stats|safe }}