{% extends "layouts/base.html" %} {% block title %} Bulk download status ~ ATR {% endblock title %} {% block description %} View the status of a bulk download task. {% endblock description %} {% block head_extra %} {% if task.status.value == "queued" or task.status.value == "active" %} {% endif %} {% endblock head_extra %} {% block content %}
URL | {{ task.result.url }} |
---|---|
File types | {{ task.result.file_types|join(", ") }} |
Files downloaded | {{ task.result.files_downloaded }} |