{% from "macros.html" import badge, icon %}
Queues
{% for qq in queues %}
{{ icon('queue', 'w-4 h-4') }} {{ qq.name }} {% if qq.paused %} paused {% endif %}
{# Always render all three so they never appear/disappear (the main source of jumping); tabular-nums keeps the digits aligned as the numbers change. #}
{{ qq.counts.active|compact }} active {{ qq.counts.wait|compact }} wait {{ qq.counts.failed|compact }} failed
{% else %}
none
{% endfor %}
Cluster
{{ icon('server', 'w-4 h-4') }} Workers