{% extends "webgateway/core_html.html" %} {% block title %} Download files {% endblock %} {% block script %} {% include "webgateway/base/includes/script_src_jquery.html" %} {% endblock %} {% block link %} {{ block.super }} {% endblock %} {% block body %}

{% if fileLists %} Download Original Files {% else %} Export Images {% endif %}

{% if fileLists %} You have chosen to download {{ fileCount }} files. {% else %} You have chosen to export {{ fileCount }} images. {% endif %}

{% if fileLists %}

You have 2 options:

{% endif %}

Create and download a zip file which will contain these {% if fileLists %} files{% else %} images{% endif %}:

Zip file name:

{% if fileLists %}

Download individual files:

Click on files below to download

{% for fs in fileLists %} {% for f in fs %} {% endfor %} {% endfor %}
{{ f.name }} {{ f.size|filesizeformat }} Download
{% endif %}

Preparing zip for download...

Please close this window once the download is complete.

{% endblock %}