{% extends "remapp/base.html" %} {% block headextras %} {% if current %} {% endif %} {% endblock %} {% block navbar %}
Task ID | Exported | Modality | Export type | No. records | Progress | {% for tsk in current %} |
---|---|---|---|---|---|---|
{{ tsk.task_id }} | {{ tsk.export_date|naturaltime }} | {{ tsk.modality }} | {{ tsk.export_type }} | {{ tsk.num_records }} | {{ tsk.progress }} | Abort |
Task ID | Exported | Modality | Export type | No. records | Error message | {% for tsk in errors %} |
---|---|---|---|---|---|---|
{{ tsk.task_id }} | {{ tsk.export_date|naturaltime }} | {{ tsk.modality }} | {{ tsk.export_type }} | {{ tsk.num_records }} | {{ tsk.progress }} | Delete task |
Sorry, you don't have enough permissions to enable study export.
{% endif %} {% endblock %} {% block jsblock %} {% endblock %}