{{ title }}
MONITOR
—
—
—
{% block header_right %}{% endblock %} {% if current_user is defined %}
{% if current_user.picture %}
{% else %} {{ (current_user.name or 'A')[0] | upper }} {% endif %}
{{ current_user.name }}
{{ current_user.name }}
{% if current_user.email %}
{{ current_user.email }}
{% endif %}
{% if logout_path %}
Logout
{% endif %}
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}