{% extends "zumanji/layout.html" %} {% block content %}

Latest Builds for {{ project.label }} with tag {{ tag.label }}

{% for build in build_list %} {% endfor %}
ID Revision Datetime Tests Duration
B{{ build.id }} {{ build.revision.label }} {{ build.datetime }} {{ build.num_tests }} {{ build.total_duration|floatformat:3 }} s
{% endblock %}