{% extends "status.html" %} {% from "_helpers.html" import build_href, copr_name, copr_details_href %} {% block running_selected %}active{% endblock %} {%block status_breadcrumb %}
  • Running
  • {%endblock%} {% block status_body %}

    {%if number == 0:%} No tasks {%elif number == 1:%} {{number}} task {%elif number == 300:%} {{number}}+ tasks {%else%} {{number}} tasks {%endif%} are running

    {% for task in tasks %} {% endfor %}
    Running Project Build Package Name Package Version Chroot
    {{ task.started_on | time_ago }} {{ copr_name(task.build.copr) }} {{ task.build_id }} {{ task.build.package.name }} {{ task.build.pkg_version }} {{ task.mock_chroot.name }}
    {% endblock %}