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

/-\ infrastructure

{% if links %}

important links

{% endif %} {% if services %}

internal services

{% for service in services %}
{% if service.image_url %} image for {{ service.short_name }} {% endif %}

{{ service.short_name }}

{% if service.description %}

{{ service.description }}

{% endif %}
STATUS: {{ service.status }}
{% endfor %}
{% endif %} {% if machines %}

machines

VPS STATS
{{ vps_stats|safe }}
{% for machine in machines %} {% if machine.url %} {% else %}
{% endif %}
{% if machine.image_url %} image for {{ machine.short_name }} {% endif %}

{{ machine.short_name }}

{% if machine.description %}

{{ machine.description }}

{% endif %}
STATUS: {{ machine.status }}
{% if machine.url %}
{% else %}
{% endif %} {% endfor %}
{% endif %} {% if feed_items %}

logs firehose

{% endif %}