From: Rico Hoppe Date: Wed, 17 May 2023 17:00:27 +0000 (+0000) Subject: mirrors.html: finished the page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd922384e3111ac433e6d0ef2863add2a3c43aee;p=ipfire.org.git mirrors.html: finished the page --- diff --git a/src/templates/download/mirrors.html b/src/templates/download/mirrors.html index c21546d7..b7636610 100644 --- a/src/templates/download/mirrors.html +++ b/src/templates/download/mirrors.html @@ -42,52 +42,52 @@ {{ country.name }} - {% for mirror in mirrors[country] %}
-
-
-
-
-
-
-
-
-
- {{ mirror.owner or mirror.hostname }} -
+
+ {% for mirror in mirrors[country] %} +
+
+
+
+ -
-
    - {% if mirror.asn %} -
  • - {{ _("Hosted at %s") % (mirror.address.autonomous_system or "AS%s" % mirror.asn) }} -
  • - {% end %} -
-
- +
+
    + {% if mirror.asn %} +
  • + {{ _("Hosted at %s") % (mirror.address.autonomous_system or "AS%s" % mirror.asn) }} +
  • + {% end %} +
+
+ +
-
+ {% end %}
- {% end %}
{% end %}