{% 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 }}
Package | {% for chroot in chroots %}{{ chroot }} | {% endfor %}
---|---|
{{ package }} | {% for build_id, state in states %}{% if state %} {{ state }} {% else %} resubmit {% endif %} | {% endfor %}