{% extends 'layouts/base.html' %} {% set active_menu = 'jobqueue' %} {% set page_title = 'Job Queue Statistics' %} {% block body_header %}

Job Queue Statistics

{% endblock %} {% block js_pre %} {% endblock %} {% block body %}

Pending Jobs

These jobs were waiting for a free machine to be built on.

Blocked Jobs

These jobs were blocked by other dependencies and could not yet be built.

{% endblock %}