{% extends "layout.html" %} {% from "box_macros.html" import box %} {% block content %}

Waterfall

waterfall help
{% for b in builders %} {% endfor %} {% for b in builders %} {% endfor %} {% for b in builders %} {% endfor %} {# waterfall contents goes here #} {% for i in range(gridlen) -%} {% for strip in grid -%} {%- if strip[i] -%}{{ box(**strip[i]) }} {%- elif no_bubble -%}{{ box() }} {%- endif -%} {%- endfor -%} {% endfor %}
last build {{ b.name }}
{{ " ".join(b.top) }}
current activity {{ "
".join(b.status) }}
{{ tz }} changes{{ b.name }}
{% if nextpage %} next page {% endif %} {% if no_reload_page %} Stop Reloading {% endif %} {% endblock %}