{% extends "base.html" %} {% block main_area %} {% include "repository_modal.html" %} {% include "start_build_modal.html" %}
{% for repo in repos %} {% end %}
Name URL Status
{{repo.name}} {{repo.url}}
{% include "slave_modal.html" %}
{% for slave in slaves %} {% end %}
Name Host Port
{{slave.name}} {{slave.host}} {{slave.port}}
{% end %} {% block js_bottom %} {% end %}