{% extends "base.html" %} {% block title %} Failed transfers {% endblock %} {% block refresh %} {% endblock %} {% block content %}

{{ paginator.count }} transfers failed with the given error in the last 12 hours {% if transfers.has_previous %} << < {% else %} < << {% endif %} | {% if transfers.has_next %} > >> {% else %} > >> {% endif %}

Showing {{ transfers.start_index }} to {{ transfers.end_index }}

{{reason}}

{% for t in transfers.object_list %} {% endfor %}
FILE ID JOB ID VO SOURCE URL DESTINATION URL
#{{ t.file_id }} {{ t.job_id }} {{ t.job.vo_name }} {{ t.source_surl }} {{ t.dest_surl }}
{% endblock %}