{% from "macros.html" import icon, bar_color, job_row, jobs_head, empty_state, pglink, state_label with context %} {# every state except active is bulk-actionable (a worker holds active jobs) #} {% set bulk = state != 'active' %} {% if bulk and jobs %}