{% extends "status.html" %} {% block importing_selected %}active{% endblock %} {%block status_breadcrumb %}
  • Importing
  • {%endblock%} {% block status_body %}

    {%if number == 0:%} No tasks {%elif number == 1:%} {{number}} task {%else%} {{number}} tasks {%endif%} are being imported

    {% for task in tasks %} {% endfor %}
    Waiting Project Build Chroot
    {{ task.build.submitted_on | time_ago }} {{task.build.copr.owner.name}}/{{task.build.copr.name}} {{task.build_id}} {{ task.mock_chroot.name }}
    {% endblock %}