{% block head %} {% endblock %} {% set current_path = request.path %} {% if 'username' in session %}
Module:
{% if inventory_module_enabled %} 📦 Inventarsystem {% endif %} {% if inventory_module_enabled and library_module_enabled %}
{% endif %} {% if library_module_enabled %} 📚 Bibliothek {% endif %}
{% endif %} {% if 'username' in session %} {% if CURRENT_MODULE != 'library' and inventory_module_enabled %} {% endif %} {% if library_module_enabled and CURRENT_MODULE == 'library' %} {% endif %} {% else %} {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}
Neue Benachrichtigung
{% if library_module_enabled %} {% endif %} {% if 'username' in session and (session.get('admin', False) or is_admin) %} {% if student_cards_module_enabled %} {% endif %} {% endif %}