From fd922384e3111ac433e6d0ef2863add2a3c43aee Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Wed, 17 May 2023 17:00:27 +0000 Subject: [PATCH] mirrors.html: finished the page --- src/templates/download/mirrors.html | 78 ++++++++++++++--------------- 1 file changed, 39 insertions(+), 39 deletions(-) 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 %} -- 2.47.3