{% extends "base.html" %} {% block pagetitle -%}Scheduled{%- endblock pagetitle %} {% block stats %}{% endblock stats %} {% block bottomcontent -%}

Scheduled Builds

{% if idle %} Queue is empty. {% else %} {% for p in queued %} {% endfor %}
Pos. Trans. Name Version
{{ loop.index }} {{ p[0] }} {{ p[1] }} -
{% endif %}
{%- endblock bottomcontent %}