{% extends "base-1.html" %} {% block title %}{{ _("Mirror %s") % item.hostname }}{% end block %} {% block body %} {% if item.prefer_for_countries %} {% end %} {% if client_distance %} {% end %}
{{ _("Last update") }} {{ locale.format_date(item.last_update, full_format=True) }}
{{ _("Owner") }} {{ item.owner }}
{{ _("Preferred for") }} {{ locale.list(item.prefer_for_countries_names) }}
{{ _("Your distance to this mirror") }} {{ "%.1f km" % client_distance }}
{{ _("Go to mirror") }}

{{ _("Mirror location") }}

{{ _("The mirror %s is located in %s.") % (item.hostname, item.location_str) }}

{% if item.longitude and item.latitude %}

{{ _("View larger map") }} - © OpenStreetMap contributors, CC-BY-SA

{{ _("The location of the mirror server is estimated by the IP address.") }}

{% else %} {{ _("The location of the mirror server could not be estimated.") }} {% end %} {% end block %}