{% if type == "queued" %} {% else %} {% endif %} {% if type == 'active' or type == 'queued' %} {% endif %} {% for task in tasks %} {% if type == 'queued' %} {% else %} {% endif %} {% if type == "queued" %} {% else %} {% endif %} {% if task.complete %} {% if task.completed_successfully %} {% else %} {% endif %} {% else %} {% endif %} {% if type == 'active' %} {% elif type == 'queued' %} {% endif %} {% endfor %}
UUID Task typeQueue positionInfo Error StartedStateAction
{{ task.task_id }}{{ task.uuid }}{{ task.task_type|safe }}{{ task.queue_position }}{{ task.info|safe }} {{ task.error|safe }} {% if task.started_at is not None %} {{ task.started_at }} {% endif %} SuccessFailure {% if task.started_at is None %} Not yet started {% else %} Running {% endif %} Terminate task Remove task