{% extends "layout.html" %} {% from 'build_line.html' import build_line %} {% block content %} {% for b in builds %} {% else %} {% endfor %}
Last {{ num_builds }} builds of builder {{ builder_name|e }}: {{ branches|join(', ')|e }}
{{ build_line(b) }}
No matching builds found
{% endblock %}