{% if refresh_seconds and refresh_seconds > 0 %} {% endif %}
{% if booth_open %}
Booth is Open ✅
{% else %}
Booth is Closed ❌
{% endif %}
{% if mode == 'qr' %}

Scan to Order

Scan to order

Point your camera at the code to start your request.

{% elif mode == 'prices' %}

Pricing

{% if price_items %}
    {% for item in price_items %}
  • {{ item.label }} {{ item.price }}
  • {% endfor %}
{% else %}

Pricing coming soon. Ask the booth operator!

{% endif %}
{% else %}

Scan to Order

Scan to order

Point your camera at the code to start your request.

{% endif %}
{% if mode == 'cycle' %} {% endif %}