{% if current_user.is_authenticated %}
☰
{% block page_title %}Occurrence Reporting{% endblock %}
{{ current_user.branch.name if current_user.branch else company_name }}
Notifications{% if unread_notifications %}
{{ unread_notifications }}
{% endif %}
{% else %}
{% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
×
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %} {% if current_user.is_authenticated %}
{% else %}
{% endif %} {% block scripts %}{% endblock %}