{% extends "oats/base.html" %} {% block title %} Workers {% endblock %} {% block content %}

Workers

{% if worker_list %} {% else %}

There are no workers in the system.

{% endif %} {% endblock %}