{% if queues %} {% for q in queues %} {% endfor %}
queue in flight depth instances
{{ q.name }} {{ q.in_flight }} {{ q.depth if q.depth is not none else "-" }} {{ q.instances }}
{% else %}

no queue data

{% endif %}