{% extends "coprs/detail.html" %} {% block title %}Monitor {{ copr.owner.name }}/{{ copr.name }}{% endblock %} {% block monitor_selected %}selected{% endblock %} {% block detail_body %} {% if build %}

Latest build status: {{ build.state }}

{% for chroot in chroots %} {% endfor %} {% for package, states in packages %} {% for build_id, state in states %} {% endfor %} {% endfor %}
Package {{ chroot }}
{{ package }} {% if state %} {{ state }} {% else %} resubmit {% endif %}
{% else %}

No builds so far.

{% endif %} {% endblock %}