{% if user %}
Device Connect
{% if user.role == 'admin' %}
Dashboard
Health
Setup
{% else %}
Dashboard
My Devices
{% endif %}
{% if user.role == 'admin' %}
admin
{% endif %} {{ user.username }}
Logout
{% endif %} {% if viewing_as %}
Viewing as
{{ viewing_as }}
(read-only)
Back to Admin
{% endif %}
{% if flash_message %}
{{ flash_message }}
{% endif %} {% block content %}{% endblock %}