{% extends "remapp/base.html" %} {% block exportnav %}
  • Study export
  • {% endblock %} {% block mainblock %} {% load humanize %} {% load remappduration %} {% if admin.exportgroup %}
    latest_current_pk is {{ latest_complete_pk }}

    Completed export tasks

    {% for tsk in complete %} {% if not tsk.includes_pid or tsk.includes_pid and admin.pidgroup %} {% if tsk.task_id %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
    Exported Modality Export type Export filters No. records Export time User Download Delete?
    {{ tsk.export_date|naturaltime }} {{ tsk.modality }} {{ tsk.export_type }} {{ tsk.export_summary|safe }} {{ tsk.num_records }} {{ tsk.processtime|naturalduration }} {{ tsk.export_user }}{{ tsk.filename }}{{ tsk.filename }}You don't have sufficient privileges to download this export
    {% if complete.count > 0 %} {% endif %}
    {% else %}

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

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