{# Inner content of
. Used both by the initial render (machines.html includes this) and by the SSE stream (_app.py's ``render_machines_tbody`` re-renders this on every machine mutation and pushes it as ``machines-update``). The htmx-ext-sse extension swaps the tbody's innerHTML with whatever we emit here, so this partial must stay framing-free (no ). #} {% if not machines %}PUT /machines/{mac} to claim one.