{% extends 'base.html' %} {% block title %} {{ collection_set.name }} {% endblock %} {% block content_header %}
{% endblock %} {% block content %} {% if fileinfos %}

Export files for {{ collection.name }}

{% for filename, bytes in fileinfos %} {% endfor %}
Filename Size
{{ filename }} {{ bytes|filesizeformat }}
{% endif %}

See the data dictionary for more information about the fields in the export.

See the guidance on citing SFM and datasets.

Status: {{ export.get_status_display }}

Format: {{ export.export_format }}

{% if not export.collection %}

Selected seeds:

{% else %} {% if export.collection.seeds.all %}

Selected seeds: All seeds

{% endif %} {% endif %}

Export type: {{ export.export_type }}

Export segment size: {{ export.get_export_segment_size_display }}

Deduplicate: {{ export.dedupe|yesno }}

Item start date:{% if export.item_date_start %} {{ export.item_date_start }} {% endif %} {% if not export.item_date_start %}No limit set{% endif %}

Item end date:{% if export.item_date_end %} {{ export.item_date_end }} {% endif %} {% if not export.item_date_end %}No limit set{% endif %}

Harvest start date:{% if export.harvest_date_start %} {{ export.harvest_date_start }} {% endif %} {% if not export.harvest_date_start %}No limit set{% endif %}

Harvest end date:{% if export.harvest_date_end %} {{ export.harvest_date_end }} {% endif %} {% if not export.harvest_date_end %}No limit set{% endif %}

Requested: {{ export.date_requested }}

{% if export.date_ended %}

Ended: {{ export.date_ended }}

{% endif %} {% if export.service %}

Performed by: {{ export.service }} on {{ export.host }} ({{ export.instance }})

{% endif %}

Id: {{ export.export_id }}

{% if export.infos %}

Informational messages:

{% endif %} {% if export.warnings %}

Warning messages:

{% endif %} {% if export.errors %}

Error messages:

{% endif %}
{% include "ui/terms_snippet.html" %}
{% endblock %}