{% extends "rqmonitor/base_dashboard.html" %} {% block actionbuttons %} {% if is_suspended %} Resume All Workers {% else %} Suspend All Workers {% endif %} Delete All Workers {% endblock %} {% block table %} {% include 'rqmonitor/table_workers.html' %} {% endblock %}