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

Waterfall

waterfall help
{% if categories|length > 1 %}

Categories: {% for c in categories %} {{ c }}   {% endfor -%}

{% endif %} {% 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 %}