{% extends "web/_base.html" %} {% block title %}Task status{% endblock %} {% block content %}
Architecture | Number of workers | Pending work requests |
---|---|---|
{{ arch }} | {{ status.workers }} | {{ status.work_requests_pending }} |
There are no pending work requests.
{% endif %} {% endblock %}