{% extends "../base.html" %} {% block title %}{{ _("Geo Locations") }}{% end block %} {% block body %}
{% if lang == "de" %}

Dieses Diagramm zeigt in welchem Land IPFire am häufigsten eingesetzt wird.

{% else %}

This chart shows us in which country IPFire is running.

{% end %} {% module FireinfoGeoTable(geo_locations) %}
{% end block %}