Systems Status
+The current status of the Liberty Tech Force systems.
+Services
+-
+ {% for service in services %}
+ {% if service.status == 'operational' %}
+
- + {% elif service.status == 'unclear' %} +
- + {% elif service.status == 'offline' %} +
- + {% endif %} + {{service.name}} + {% if service.status == 'operational' %} + + {% elif service.status == 'unclear' %} + + {% elif service.status == 'offline' %} + + {% endif %} + {{service.status.title()}} + + {% if service.status == 'operational' %} + + {% elif service.status == 'unclear' %} + + {% elif service.status == 'unclear' %} + + {% endif %} + + + {% endfor %} +
Incidents
+ {% endif %} + {% for incident in incidents %} ++ {% else %} +
+ {% endif %} +
{{incident.title}} - {{incident.service.name}}
+{{incident.description}}
+