]> git.ipfire.org Git - ipfire.org.git/blob - templates/fireinfo/stats-geo.html
287e2caa2edde02a2b44279066d00e2f38e3443a
[ipfire.org.git] / templates / fireinfo / stats-geo.html
1 {% extends "../base.html" %}
2
3 {% block title %}{{ _("Geo Locations") }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h1>{{ _("Geo Locations") }}</h1>
8 </div>
9
10 <div class="row">
11 <div class="col-lg-12 col-md-12">
12 {% if lang == "de" %}
13 <p>
14 Dieses Diagramm zeigt in welchem Land IPFire am häufigsten
15 eingesetzt wird.
16 </p>
17 {% else %}
18 <p>
19 This chart shows us in which country IPFire is running.
20 </p>
21 {% end %}
22 {% module FireinfoGeoTable(geo_locations) %}
23 </div>
24 </div>
25 {% end block %}