{% if layout=='horizontal' %}

{{ config.APP_NAME }}

{% endif %}
{% if layout=='horizontal' %} {% else %} {% endif %}
{% if notifications %} {% endif %}
{% if notifications %} {% for key, values in notifications.items() %}

{{ key }}

{% for value in values %}
{{ value }}
{% endfor %}
{% endfor %} {% else %}

No new notifications

{% endif %}
{{ current_user.username }} {% if current_user.is_admin %}
{{ current_user.role|capitalize }}
{% else %}
{{ current_user.role|capitalize }}
{% endif %}
{{ g.usermenu | safe }}
Loading...
{% if layout=='horizontal' %} {{ g.mainmenu | safe }} {% endif %}