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

Statistics - Servers

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

For the last 24 hours

{% for s in servers %} {% endfor %}
Server Submissions received Transfers picked Transfers running
{{ s.hostname }} [Logs: FTS3 Bringonline] {{ s.submissions }} {{ s.transfers }} {{ s.active }}

{% endblock %}