]> git.ipfire.org Git - ipfire.org.git/blame - templates/admin-downloads-mirrors.html
Move everything to the root of the repository.
[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>
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 %}