{# HTMX fragment: the selectable run loader list (newest first) for the chosen experiment. Clicking a row BODY loads that run's document into the editor; the per-row checkbox only selects the run for batch scheduling (selection lives in JS state.selectedRuns and survives these re-renders). ``data-instance-count`` lets the editor know whether the run is still editable (0 instances) or immutable (Save must store a copy). #} {% if runs %}
No runs for this experiment yet.
{% else %}Pick an experiment above to list its runs.
{% endif %}