{% extends "base.html" %} {% load filters %} {% block title %} Statistics - VOs {% endblock %} {% block content %}

Statistics - Pairs

{% include "statistics/tabs.html" with tab_vos=1 %}

For the last 30 minutes

{% for v in vos %} {% endfor %}
VO Transfer states
{{ v.vo }} {% for s in v.states %} {{ s.1 }} {{ s.0 }} {% endfor %}
{% endblock %}