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