{% extends "layouts/base.html" %} {% from "macros/box.html" import box %} {% block content %}

Builders

{% for b in builders %} {% if b.build_url %} {% else %} {% endif %} {{ box(**b.current_box) }} {% endfor %}
Builder Name Last Build Current Status
{{ b.name|e }} {{ b.build_label }}
{{ b.build_text }}
no build
{% endblock %}