{% extends "base.html" %} {% load filesize %} {% block title %} Queue {% endblock %} {% block content %} {% include "filter.html" with withoutDate=1 withoutMetadata=1 withoutState=1 %}

Showing {{ pairsPerVo.start_index}} to {{ pairsPerVo.end_index}} pairs/vo out of {{ paginator.count }} {% if pairsPerVo.has_previous %} << < {% else %} < << {% endif %} | {% if pairsPerVo.has_next %} > >> {% else %} > >> {% endif %}

{% for p in pairsPerVo.object_list %} {% endfor %}
Source Destination VO Count
{{ p.source_se }} {{ p.dest_se }} {{ p.job__vo_name }} {{ p.ntransfers }}
{% endblock %}