{% include "flashed.html" %}
{{ job.title }}
Launch a build
Edit this job
{% if doing is not none %}
#{{ doing | length }} build{% if doing|length > 1 %}s{% endif %} running
{% endif %}
{% if todo is not none %}
#{{ todo | length }} build{% if todo|length > 1 %}s{% endif %} pending
{% endif %}
{% if done is not none %}
#{{ done | length }} build{% if done|length > 1 %}s{% endif %} finished
{% endif %}
{% if doing is none and todo is none and done is none %}
No build history yet :(
{% endif %}
{% endblock %}
{% block scripts %}
{{ super() }}