X-Git-Url: http://git.ipfire.org/?p=ipfire.org.git;a=blobdiff_plain;f=src%2Ftemplates%2Fmirrors%2Fmirror.html;fp=src%2Ftemplates%2Fmirrors%2Fmirror.html;h=cf9e2acef42138669b813ae61d083383a873c6c9;hp=758d0be78a4152a1485cc20ef940ace997b6007b;hb=440aba92db685306d6e7260781d084eb7365b5d4;hpb=7ccbc261b58882396794dde70e7a29fc5719055c diff --git a/src/templates/mirrors/mirror.html b/src/templates/mirrors/mirror.html index 758d0be7..cf9e2ace 100644 --- a/src/templates/mirrors/mirror.html +++ b/src/templates/mirrors/mirror.html @@ -16,21 +16,19 @@
- {% if mirror.latitude and mirror.longitude %} -
- {% module Map(mirror.latitude, mirror.longitude) %} -
- {% end %} + {#
+ {% module Map() %} +
#}
{% if mirror.asn %}
{{ _("Autonomous System") }}
-
{{ mirror.asn }}
+
{{ format_asn(mirror.asn) }}
{% end %}
{{ _("Country") }}
-
{{ mirror.country_name }}
+
{{ mirror.country.name }}