{% if refresh_seconds and refresh_seconds > 0 %} {% endif %}
{% if booth_open %} Trollgorithm Theme Song Booth {% else %} Booth 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 %}
{% elif mode == 'queue' %}

Live Queue

{% if queue %}
    {% for item in queue %}
  • #{{ item.id }} {{ item.name }} {{ item.status }}
  • {% endfor %}

If your request isn't shown, visit the request page and use the status link to check your place.

{% else %}

No active requests right now. Be the first!

{% endif %}
{% else %}

Scan to Order

Scan to order

Point your camera at the code to start your request.

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