SC
{{ app_brand }}
{% if current_user.is_authenticated %}
Home
Your Availability
Request Off
Secret Santa
{% if current_user.role == 'admin' %}
Admin
{% endif %}
Logout
{% endif %}
Home
Availability
Request Off
Secret Santa
{% if current_user.role == 'admin' %}
Admin
{% endif %}
Logout
{% with msgs = get_flashed_messages(with_categories=true) %} {% if msgs %}
{% for cat,msg in msgs %}
{{ msg }}
{% endfor %}
{% endif %} {% endwith %} {{ content|safe }}
{% if current_user.is_authenticated %}
Home
Availability
Requests
Gifts
{% endif %}