]> git.ipfire.org Git - ipfire.org.git/blob - templates/admin-downloads-mirrors.html
Remove obsolete pakfire CGI scripts.
[ipfire.org.git] / templates / admin-downloads-mirrors.html
1 {% extends "admin-downloads-base.html" %}
2
3 {% block content %}
4 <div id="post">
5 <h3>{{ _("Download statistics") }}</h3>
6
7 <h4>{{ _("Mirror load from today") }}</h4>
8 {{ modules.StasyTable(mirror_load_today, sortby="percentage") }}
9
10 <h4>{{ _("Mirror load") }}</h4>
11 {{ modules.StasyTable(mirror_load_total, sortby="percentage") }}
12 </div>
13 {% end %}