]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/fireinfo/modules/table-geo.html
Some tidying up
[ipfire.org.git] / src / templates / fireinfo / modules / table-geo.html
diff --git a/src/templates/fireinfo/modules/table-geo.html b/src/templates/fireinfo/modules/table-geo.html
deleted file mode 100644 (file)
index 80a70d5..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<dl class="dl-horizontal">
-       {% for country in countries %}
-               <dt>
-                       {{ country.name }}
-                       {% if country.code and not country.code in ("A1", "A2") %}
-                               <img src="{{ static_url("images/flags/%s.png" % country.code.lower()) }}" />
-                       {% end %}
-               </dt>
-               <dd>
-                       {% module ProgressBar(country.value) %}
-               </dd>
-       {% end %}
-</dl>
-
-{% if other_countries %}
-       {{ _("IPFire is also running in %s.") % locale.list(other_countries) }}
-{% end %}