{% block extra_css %}{% endblock %}
{% if current_user.is_authenticated %}
Janitorial QC
{% 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
Dashboard
{% if current_user.role in ['admin', 'supervisor', 'project_manager'] %}
Projects
{% endif %}
Facilities
{% if current_user.role != 'customer' %}
Templates
{% endif %}
Inspections
Reports
{% if current_user.role in ['admin', 'supervisor'] %}
Scheduled Reports
{% endif %}
Issues
{% if current_user.role in ['admin', 'supervisor'] %}
Verify {% if pending_verification_count and pending_verification_count > 0 %}
{{ pending_verification_count }}
{% endif %}
{% endif %} {% if current_user.role == 'admin' %}
Users
Customers
Audit Trail
Notif. Matrix
{% 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 }}
My Profile
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 %}