{% set page_group = "admin" %}
{% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}
{# Page Header #}
{{ page.title }}
View your upcoming shifts
{# My Schedule Container #}
{# Loading state #}
Loading...
Loading your schedule...
{# Content will be rendered by JavaScript #}
{# Error state #}
Unable to load schedule
{# No employee link state #}
No Employee Record Linked
Your account is not linked to an employee record.
Please contact your manager to set up your employee profile.
{# My Schedule CSS #}
{# Store-time helpers (timezone-safe, store timezone is canonical) #}
{# My Schedule Module #}
{% include 'components/footer.html' %}