{% if presets %} {% for p in presets %} {% endfor %}
preset instances workers capacity in flight load
{{ p.preset }} {{ p.instances }} {{ p.workers_alive }}/{{ p.workers_total }} {{ p.capacity }} {{ p.in_flight }}
{{ p.load_pct }}%
{% else %}

no presets registered

{% endif %}