{% extends "base.html" %} {% load static %} {% block title %}Lot queue for {{ auction }}{% endblock %} {% block content %} {% include 'auction_ribbon.html' %}
Point the camera at a lot's QR code.
{% include 'auctions/lot_queue_list.html' %}
{% endblock %} {% block undiv_content %} {% comment %} Kiosk / projector view: hidden until fullscreen. Refreshed in real time over the admin auction websocket (queue_updated) as winners are set on another device; the slow htmx poll is a fallback for a dropped socket. (Multi-line comments must use {% comment %} -- a multi-line {# #} is not parsed as a comment and leaks into the page.) {% endcomment %}
{% endblock %} {% block extra_js %} {% comment %} Reuse the shared barcode pipeline. On a club auction the ribbon already configured and loaded it (with lotScanUrl threaded through barcode_lot_scan_url); the guards below make this a no-op there. On a no-club auction the ribbon renders nothing, so we wire it up here. {% endcomment %} {% if show_camera_scanner %}{% endif %} {% endblock %}