From eff7b057789eda5e3856205e6cca190ec5b7be14 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 28 Nov 2021 14:52:41 +0000 Subject: [PATCH] downloads: Improve copy on mirror page Signed-off-by: Michael Tremer --- src/templates/download/mirrors.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/templates/download/mirrors.html b/src/templates/download/mirrors.html index b01725d0..7d1f2858 100644 --- a/src/templates/download/mirrors.html +++ b/src/templates/download/mirrors.html @@ -4,20 +4,21 @@ {% block container %} {% set total = sum((len(m) for c, m in mirrors.items())) %} + {% set countries = len(mirrors) %}

{{ _("Mirrors") }}

+ +

+ {{ _("IPFire downloads are being served from %(total)s mirror servers " + "sponsored by various organizations in %(countries)s countries " + "helping us making it available for everyone") % { "total" : total, "countries" : countries } }} +

-
-

- {{ _("We are currently running %s mirror servers worldwide") % total }} -

-
-
{% for country in sorted(mirrors, key=lambda c: c.name) %}
-- 2.47.3