{% extends "web/_base.html" %} {% block title %}List of workers{% endblock %} {% block content %}

List of workers

This is a list of all the registered workers and their running work requests.

{% include "web/_worker-list.html" %} {% include "web/_pagination.html" %} {% endblock %}