Stashr
{% if not current_user.is_authenticated %}
{% if not request.endpoint == 'first_run_page' %}
{% endif %}
{% endif %}
{% if current_user.is_authenticated %}
-
LIBRARY
{% if current_user.role == 'admin' or current_user.role == 'librarian' %}
-
NEW RELEASES
{% endif %}
{% if current_user.role == 'admin' or current_user.role == 'librarian' or current_user.role == 'reader' %}
-
READING LIST
-
COLLECTIONS
{% endif %}
{{ emit_tep("base_page_main_menu") }}
{% endif %}