{% load humanize %} {% if current %}

Export tasks in progress

{% for tsk in current %} {% endfor %}
Task ID Exported Modality Export type No. records Progress
{{ tsk.task_id }} {{ tsk.export_date|naturaltime }} {{ tsk.modality }} {{ tsk.export_type }} {{ tsk.num_records }} {{ tsk.progress }} Abort
{% endif %}