]> git.ipfire.org Git - ipfire.org.git/blame - templates/fireinfo/stats-geo.html
Huge update for fireinfo, introducting talk and nopaste
[ipfire.org.git] / templates / fireinfo / stats-geo.html
CommitLineData
66862195 1{% extends "../base.html" %}
140172cf 2
66862195 3{% block title %}{{ _("Geo Locations") }}{% end block %}
140172cf
MT
4
5{% block body %}
6 <div class="page-header">
66862195 7 <h1>{{ _("Geo Locations") }}</h1>
140172cf
MT
8 </div>
9
10 <div class="row">
be699a90 11 <div class="col-lg-12 col-md-12">
140172cf
MT
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 %}
66862195 22 {% module FireinfoGeoTable(geo_locations) %}
140172cf
MT
23 </div>
24 </div>
25{% end block %}