{% extends "base.html" %} {% block title %} System Status {% endblock %} {% block content %} {% if not wrapper.initialized %}
The system is currently initializing. This can take a while, especially if the network is large or contains lots of sleeping devices. Be patient.
{% else %}
{% endif %}

System Status

{% endblock %}