]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/mirrors.html
Major update of the webapp.
[people/shoehn/ipfire.org.git] / templates / mirrors.html
1 {% extends "base-1.html" %}
2
3 {% block title %}Mirrors{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h1>mirrors.ipfire.org</h1>
8 </div>
9
10 {% if lang == "de" %}
11 <p>
12 Das IPFire-Projekt ist auf vielen Servern gehostet um
13 von jedem Ort der Welt die bestmögliche Verfügbarkeit
14 und Downloadgeschwindigkeit zu gewährleisten.
15 </p>
16 {% else %}
17 <p>
18 The IPFire project is hosted on several servers to provide a high
19 availabilty of service and download speed from any place
20 on the world.
21 </p>
22 {% end %}
23
24 <hr>
25
26 {% module MirrorsTable(mirrors, preferred_mirrors) %}
27 {% end block %}