{% 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 %} {% if current_user.is_authenticated and current_user.is_admin %} {% if not license.valid %} {% elif license.days_left is not none and license.days_left < 30 %} {% endif %} {% endif %} {% block content %}{% endblock %}
Notifications
Loading...
View all notifications →
{% if license.tier in ('business', 'enterprise') %}
🤖
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?
{% endif %} {% else %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %} {% endfor %} {% endwith %} {{ self.content() }}
{% endif %} {% block scripts %}{% endblock %}