{% extends "base.html" %} {% block breadcrumbs %}
Index
{% endblock %} {% block content %}

Loop {{ integration_loop_detail.name }}

Details

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

Builds

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