]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/admin-downloads-mirrors.html
Donation page responsivness
[people/shoehn/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 {% module FireinfoTable(mirror_load_today, sortby="percentage") %}
9
10 <h4>{{ _("Mirror load") }}</h4>
11 {% module FireinfoTable(mirror_load_total, sortby="percentage") %}
12 </div>
13 {% end %}