{% include "header.html" %} {% block content %}

Loop {{ loop_detail.name }}

Details

Branch: {{ loop_detail.branch }}
Pre-command: {{ loop_detail.precommand }}
Test Command: {{ loop_detail.command }}

Builds

{% for build in builds %}
Build: {{ build.id }} || {{ build.status }} || {{ build.duration }} || {{ build.build_number }}
{% endfor %} {% endblock %}