{% set page_group = "admin" %} {% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %} {# Page Header #}

{{ page.title }}

View and manage employee availability patterns

Back to Schedule
{# Sidebar Navigation #}
{# Main Content #}
{# Filter Bar #}
{# Availability Grid #}

Employee Availability

Available Unavailable Preferred
{# Grid populated via JavaScript #}
Loading...

Loading availability...

{# Help Card #}
Understanding Availability

Recurring Availability

Weekly patterns that repeat every week. Click an employee row to expand and edit their recurring schedule.

Exceptions

Date-specific overrides for vacation days, special availability, or temporary changes. Exceptions take priority over recurring patterns.

{# Manager Create Time-Off Modal #} {% include 'components/footer.html' %}