{% extends "remapp/base.html" %} {% block headextras %} {% if current %} {% endif %} {% endblock %} {% block exportnav %}
  • {% endblock %} {% block navhelp %}
  • Study export
  • {% endblock %} {% block mainblock %} {% load humanize %} {% load remappduration %} {% if admin.exportgroup %} {% if current %}

    Export tasks in progress

    {% for tsk in current %} {% endfor %}
    Task IDExportedModalityExport typeNo. recordsProgress
    {{ tsk.task_id }} {{ tsk.export_date|naturaltime }} {{ tsk.modality }} {{ tsk.export_type }} {{ tsk.num_records }} {{ tsk.progress }} Abort
    {% endif %} {% if errors %}

    Export tasks in error state

    {% for tsk in errors %} {% endfor %}
    Task IDExportedModalityExport typeNo. recordsError message
    {{ tsk.task_id }} {{ tsk.export_date|naturaltime }} {{ tsk.modality }} {{ tsk.export_type }} {{ tsk.num_records }} {{ tsk.progress }} Delete task
    {% endif %}

    Completed export tasks

    {% for tsk in complete %} {% if not tsk.includes_pid or tsk.includes_pid and admin.pidgroup %} {% endif %} {% endfor %}
    Exported Modality Export type No. records Export time User Download Delete?
    {{ tsk.export_date|naturaltime }} {{ tsk.modality }} {{ tsk.export_type }} {{ tsk.num_records }} {{ tsk.processtime|naturalduration }} {{ tsk.export_user }} {{ tsk.filename }}
    {% if complete.count > 0 %} {% endif %}
    {% else %}

    Sorry, you don't have enough permissions to enable study export.

    {% endif %} {% endblock %} {% block jsblock %} {% endblock %}