]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/stasy-stats-geo.html
ca9d8aa56b67ae5d2d4f0f366b35c41ef68d1747
[people/shoehn/ipfire.org.git] / www / templates / stasy-stats-geo.html
1 {% extends "stasy-base-2.html" %}
2
3 {% block title %}{% end block %}
4
5 {% block content %}
6 <h3>{{ _("Language selection") }}</h3>
7 <p>
8 This will give a short overview about what languages are configured
9 on the IPFire webinterface.
10 </p>
11 {{ modules.StasyTable(languages, sortby="percentage") }}
12
13
14 <h3>{{ _("Geo locations") }}</h3>
15 <p>
16 This chart shows us in which country IPFire is running.
17 </p>
18 {{ modules.StasyTable(geo_locations, sortby="percentage") }}
19 {% end block %}