Status Monitor
v{{ version }}
{% if current_user.is_authenticated %}
{% if current_user.is_admin %}
Users
{% endif %}
Logout
{% endif %}
{% block content %}{% endblock %}