{% extends "base.html" %} {% block title %}{{ _("Mirror-Server") }}{% end block %} {% block content %}

{{ _("IPFire Mirrors") }}

{{ _( {% if lang == "de" %}

Diese Seite zeigt eine Liste der Mirror-Server des IPFire-Projektes.

Bei einem Download wird einer der Server zufällig aus der Liste gewählt und der User umgeleitet.

{% else %}

This page is an overview about our mirror servers.

When a user downloads a file, one of the servers is arbitrarily choosen und the user gets reditected.

{% end %}
{% for mirror in mirrors.all %} {% end %}
{{ _("Owner (Hostname)") }} {{ _("Location") }} {{ _("Last update") }} {{ _("Contains") }}
{{ mirror.owner }} ({{ mirror.hostname }}) {{ mirror.location[ {{ mirror.location["country"] }}, {{ mirror.location["city"] }} {{ mirror.filelist_compare(mirrors.master.files) }}%
 
{{ _("Legend") }}: {{ _("Server is okay") }}
  {{ _("Server is outdated") }}

{% end block %}