{%- macro logoutmenu(class) -%}
  • Sign Out
  • {%- endmacro -%} {%- macro bargatemenu() -%} {% if config['REDIS_ENABLED'] %}
  • Settings
  • {% endif %} {% if config['TOTP_ENABLED'] %}
  • Two Step Protection
  • {% endif %} {%- include 'user-menu.html' %}
  • {%- include 'help-menu.html' %}
  • About
  • {%- endmacro -%} {%- macro sortmenu() -%} {%- endmacro -%} {{ config['APP_DISPLAY_NAME'] }} {%- if browse_mode or search_mode %} {%- if user_layout == 'list' or search_mode %} {%- elif user_layout == 'grid' %} {%- endif %} {%- endif %} {% include 'javascript.html' %} {%- if browse_mode or search_mode %} {%- if user_layout == 'list' %} {%- if search_mode %} {%- else %} {%- endif %} {%- elif user_layout == 'grid' %} {%- endif %} {%- endif %} {%- if session.modal_error -%} {%- with modal_error = get_modal_error() -%} {%- endwith -%} {%- endif %}
    {% for category, message in get_flashed_messages(with_categories=true) %}
    {{message}}
    {% endfor %} {% block body %}{% endblock -%}
    {% if browse_mode %} {%endif%}