{% set page_group = "employee" %}
{% include 'components/head.html' %}
{# Syncfusion styles loaded via Vite bundle in components/head.html #}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}
{# ================================================================
HEADER BAR
================================================================ #}
Team Members
{{ store.name }} - {{ store.city }}
{% if store.employeeSource != 'homegrown' %}
{% if lastSyncAt %}
Last sync: {{ lastSyncAt }}
{% endif %}
{# ================================================================
MODAL PARTIALS
================================================================ #}
{% include 'team-members/partials/detail-modal.html' %}
{% include 'team-members/partials/login-modal.html' %}
{% include 'team-members/partials/add-wizard.html' %}
{% include 'team-members/partials/role-settings-modal.html' %}
{# ================================================================
SCRIPTS
================================================================ #}
{# Syncfusion EJ2 loaded via Vite bundle in components/footer.html #}
{# Role Configuration Module - must load before team member scripts #}
{# Team Members JavaScript Modules - load in order #}