{% load humanize %} {% if queued %}

Export tasks waiting for execution

{% for tsk in queued %} {% endfor %}
Task ID Export type Queue position Action
{{ tsk.task_id }} {{ tsk.task_type }} {{ tsk.queue_position }} Remove
{% endif %}