{% extends 'base.html' %} {% block title %} Exports {% endblock %} {% block content_header %}

Exports

{% endblock %} {% block content %}
{% if export_list %} {% for collection_set, collection, export in export_list %} {% endfor %}
Export from Status Date Requested
{{ collection_set.name }} > {{ collection.name }} {{ export.status }} {{ export.date_requested }}
{% else %}

To request an export, go to one of your Collection Sets and choose a Collection to export.

{% endif %}
{% endblock %}