Server Status
+The current status of the Liberty Tech Force systems.
+-
+ {% 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}} + + + {% endfor %} +