{% if layout=='horizontal' %} {% with config=config %} {% include 'logo.html' %} {% endwith %} {% endif %}
{% if layout=='horizontal' %} {% else %} {% endif %}

{% block notifications_title %} Last Updates {% endblock notifications_title %}

{% block notifications %} {% include 'includes/notifications.html' %} {% endblock notifications %}
{{ 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 %}