<%= queue.name %> <% if queue.paused? %> Paused <% end %>
<% if queue_pausing_supported? %>
<%= render "mission_control/jobs/queues/actions", queue: queue %>
<% end %>

<%= queue.size %> pending jobs