{% extends "layout.html" %} {% from "box_macros.html" import box %} {% block content %}
last build | {% for b in builders %}
{{ b.name }} {{ " ".join(b.top) }} |
{% endfor %}
|
current activity | {% for b in builders %}
{{ " ".join(b.status) }} |
{% endfor %}
|
{{ tz }} | changes | {% for b in builders %}{{ b.name }} | {% endfor %}