]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/admin-downloads-mirrors.html
New icons.
[people/shoehn/ipfire.org.git] / templates / admin-downloads-mirrors.html
CommitLineData
60024cc8
MT
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>
66862195 8 {% module FireinfoTable(mirror_load_today, sortby="percentage") %}
60024cc8
MT
9
10 <h4>{{ _("Mirror load") }}</h4>
66862195 11 {% module FireinfoTable(mirror_load_total, sortby="percentage") %}
60024cc8
MT
12 </div>
13{% end %}