{% block head %}{% endblock %} {% if current_user.is_authenticated %}
{% block page_title %}{% endblock %}
{{ current_user.full_name.split()[0] }}
{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %} {% endfor %} {% endwith %} {% block content %}{% endblock %}
Notifications
Loading...
View all notifications →
🤖
IT Assistant
● Online
Hi! I'm your IT Assistant 👋 I can help you report issues, create tickets, or answer IT questions.

What can I help you with today?
{% else %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %} {% endfor %} {% endwith %} {% block content %}{% endblock %}
{% endif %} {% block scripts %}{% endblock %}