{% load humanize %} {% load remappduration %} {% if complete %}

Recently completed export tasks

{% for tsk in complete %} {% if not tsk.includes_pid or tsk.includes_pid and in_pid_group %} {% else %} {% endif %} {% endfor %}
Exported Modality Export type No. records Export time User Download
{{ tsk.export_date|naturaltime }} {{ tsk.modality }} {{ tsk.export_type }} {{ tsk.num_records }} {{ tsk.processtime|naturalduration }} {{ tsk.export_user }}{{ tsk.filename }}You don't have sufficient privileges to download this export
{% endif %}