{% extends base_template %} {% load debusine %} {% block content %}
This is a list of all the registered workers and their running work requests.
{% if paginator %} {% widget paginator %} {% else %}No workers registered in this debusine instance.
{% endif %} {% endblock %}