{# Google Fonts - Inter #} {# Bootstrap 5 #} {# Font Awesome 6 #} {# Mobile Sign-In Styles #} {# Favicon & PWA icons #} {# Session Data #} {# Status Screen #}
{# Header Section #}

You're checked in!

{% if customer.name %}{{ customer.name }}, we'll{% else %}We'll{% endif %} update you as we work through your items

{# Queue Position Card - Visible when status is 'queued' #}
#{{ queue.position }}
in line
{% if settings.showWaitEstimate and queue.estimatedWait %}
Est. {{ queue.estimatedWait.min }}-{{ queue.estimatedWait.max }} min
{% endif %}
{# Progress Tracker #}
{% for step in tracker.steps %}
{% if step.step < tracker.currentStep %} {% else %} {% endif %}
{{ step.label }}
{{ step.description }}
{% if not loop.last %}
{% endif %} {% endfor %}
{# Live Status Indicator #}
Live updates enabled
{# PWA Install Prompt #}
Get Notified

Add this page to your home screen to get notifications when your status changes!

{# iOS Instructions #} {# Android Instructions #}
{# Reconnecting Indicator #} {# Multi-Tab Warning #}
{# Session Expired Screen - Hidden by default #} {# JavaScript #} {# Service Worker Registration #}