{% extends "status.html" %} {% from "_helpers.html" import build_href, copr_name, copr_details_href, initialize_datatables, status_info %} {% 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 (+ {{ bg_tasks_cnt }} others with lower priority)

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