{% block extra_css %}{% endblock %}
{% if current_user.is_authenticated %}
Janitorial QC
Dashboard
Facilities
Templates
Inspections
Reports
Issues
{% if current_user.role == 'admin' %}
Users
{% endif %}
{% if unread_notification_count > 0 %}
{{ unread_notification_count if unread_notification_count <= 99 else '99+' }}
{% else %}
{% endif %}
Notifications
Mark all as read
Loading…
View all
Preferences
{{ current_user.username }}
Notification Preferences
Logout
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block extra_js %}{% endblock %} {% if current_user.is_authenticated %} {% endif %}