]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/stasy-stats-geo.html
fireinfo: Write correct name for languages.
[people/shoehn/ipfire.org.git] / www / templates / stasy-stats-geo.html
CommitLineData
91a446f0
MT
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>
6af40477 11 {{ modules.StasyTable(languages, sortby="percentage", locale=True) }}
91a446f0
MT
12
13
14 <h3>{{ _("Geo locations") }}</h3>
15 <p>
16 This chart shows us in which country IPFire is running.
17 </p>
665ef07e 18 {{ modules.StasyTable(geo_locations, sortby="percentage", flags=True) }}
91a446f0 19{% end block %}