{% extends "recent.html" %} {% from "_helpers.html" import build_href, copr_name, copr_details_href %} {% block all_selected %}active{% endblock %} {%block status_breadcrumb %}
  • All Projects
  • {%endblock%} {% block status_body %}

    All Projects

    {% for build in builds %} {% if build.canceled %} {% else %} {% endif %} {% endfor %}
    Build Project Package Package Version Finished Status
    {{ build.id }} {{ copr_name(build.copr) }} {{ build.package.name}} {{ build.pkg_version}} {{ build.max_ended_on|time_ago() }} ago canceled{{ build.status | state_from_num }}
    {% endblock %}