{% if current_user.is_authenticated %} {% if current_user.has_role('Admin') %}
Dashboard
{% endif %} {% if current_user.has_role('Admin') %}
Administration
Administration
Roles
Permissions
Departments
Users
{% endif %} {% if current_user.has_role('Admin') or current_user.has_role('Manager') %}
My Department
{% endif %} {% if current_user.has_role('Admin') %}
Employees
Employees
Employee Contracts
Create Contract
Signed Employment Contracts
Interns
Intern Contracts
Create Contract
Signed Intern Contracts
{% endif %}
Consultants
Consultants
List of Consultants
Add New Consultants
{% if current_user.has_role('Admin') %}
Signed Service Contracts
{% endif %}
Report Consultants
Create Consultant
{% endif %}
{% if current_user.is_authenticated %} {% if current_user.has_role('Admin') %}
{% if unread_count > 0 %}
{{ unread_count }}
unread notifications
{% endif %}
MESSAGE CONTRACT
{% if notifications %} {% for notif in notifications %}
{{ notif.creator_username }}
{{ notif.title }} —
Contract:
{{ notif.contract_number }}
{{ notif.created_at }}
{% endfor %} {% else %}
No notifications yet.
{% endif %}
{% endif %}
View Profile
Logout
{% else %}
Login
Register
{% endif %}
{% with messages=get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, msg in messages %}
{{ msg }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
Confirm Logout
Are you sure you want to logout?