{% extends "status.html" %} {% from "_helpers.html" import build_href, copr_name, copr_details_href, initialize_datatables, status_info %} {% block pending_selected %}active{% endblock %} {%block status_breadcrumb %}
  • Pending
  • {%endblock%} {% block status_body %}

    {%if number == 0:%} No tasks {%elif number == 1:%} {{number}} task {%elif number == 300:%} {{number}}+ tasks {%else%} {{number}} tasks {%endif%} are waiting to be built (+{{ bg_tasks_cnt }} others with lower priority)

    {{ status_info(type="pending", tasks=tasks) }} {{ initialize_datatables(order="desc") }} {% endblock %}