{% block head %} {% endblock %} {% if 'username' in session %}
Module:
📦 Inventarsystem {% if library_module_enabled %}
📚 Bibliothek {% endif %}
{% endif %} {% if CURRENT_MODULE != 'library' %} {% endif %} {% if library_module_enabled and CURRENT_MODULE == 'library' %} {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}