{% extends "web/_base.html" %} {% block title %}List of workers{% endblock %} {% block content %}
This is a list of all the registered workers and their running work requests.
{% include "web/_worker-list.html" %} {% include "web/_pagination.html" %} {% endblock %}