{% for extraction_order in extraction_orders.all %}
{% trans 'Extraction order' %} #{{ extraction_order.id }}
({% trans 'Excerpt' %} "{{ extraction_order.excerpt.name }}")
{% include 'excerptexport/partials/download_list.html' with files=extraction_order.output_files host_domain=host_domain %}
{% include 'excerptexport/partials/send_all_links.html' with extraction_order=extraction_order host_domain=host_domain %}
{% endfor %}