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

Loop {{ integration_loop_detail.name }}

Details

Next loop in chain: {{ integration_loop_detail.next_loop.name }}
Branch: {{ integration_loop_detail.branch }}
Pre-command: {{ integration_loop_detail.precommand }}
Test Command: {{ integration_loop_detail.command }}

Builds

{% for build in builds %} {% include "build.html" %} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}