{% extends "admin-base.html" %} {% block content %}

{{ mirror.hostname }} - {{ _("Details") }}

{{ _("All mirrors") }}

{{ _("Hostname") }} {{ mirror.url }}
{{ _("Status") }} {{ mirror.state }}
{{ _("Owner") }} {{ mirror.owner }}
{{ _("Location") }} {{ mirror.location }}
{{ _("GeoIP Location") }} {{ mirror.country_code }}
{{ _("File mirror") }} {{ mirror.releases }}
{{ _("Pakfire 2 mirror") }} {{ mirror.pakfire2 }}
{{ _("Pakfire 3 mirror") }} {{ mirror.pakfire3 }}
{{ _("Disabled?") }} {{ mirror.disabled }}
{% if mirror.releases == "Y" %}

{{ _("Filelist") }}

{% for file in mirror.filelist %} {% end %}
{{ file }}
{% end %}
{% end block %}