{% endif %}
{% if download_request.core_record and not download_request.state == 'failed' %}
Records
Total
{% if download_request.core_record.total is not none %}
{{ download_request.core_record.total }}
{% endif %}
{% if download_request.core_record.resource_totals %}
{% for res_id, res in resources.items() %}
{% if download_request.core_record.resource_totals[res_id] > 0 %}
{% else %}
{{_('File could not be found. Please request a new download from the search page, or contact us if you believe this is an error.')}}
{% endif %}
{% endif %}
{% else %}
Invalid download ID. Please check the URL and try again.