{% from "coprs/detail/_builds_table.html" import builds_table %} {% extends "layout.html" %} {% block title %}Build detail{% endblock %} {% block header %}Build detail{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block body %} {% macro batch_print(batch) %} Batch {{ batch.id }} ({{ batch.state }}) {% endmacro %}Depends on: {% else %} {% endif %} {{ batch_print(dep) }} {% if loop.last %}
{% endif %} {% endfor %} {{ builds_table(batch.builds) }} {% endblock %}