]> git.ipfire.org Git - ipfire.org.git/blob - templates/fireinfo/stats-geo.html
Drop German translation
[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 <p>
13 This chart shows us in which country IPFire is running.
14 </p>
15
16 {% module FireinfoGeoTable(geo_locations) %}
17 </div>
18 </div>
19 {% end block %}