{% block head %} {% endblock %} {% set current_path = request.path %} {% if 'username' in session %}
Module:
{% if inventory_module_enabled %} 📦 Inventarsystem {% endif %} {% if inventory_module_enabled and terminplan_module_enabled %}
{% endif %} {% if terminplan_module_enabled %} 📅 Terminplaner {% endif %} {% if (inventory_module_enabled or terminplan_module_enabled) and library_module_enabled %}
{% endif %} {% if library_module_enabled %} 📚 Bibliothek {% endif %}
{% if terminplan_module_enabled and CURRENT_MODULE == 'terminplan' %} {% elif 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 %}
{% if 'username' not in session %} {% endif %}
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 %}