{% extends "base.html" %} {% load static %} {% block title %}Lot queue for {{ auction }}{% endblock %} {% block content %}
{% 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 %}