{% extends "base.html" %} {% load static from staticfiles %} {% load flags %} {% block title %}Arch Linux - Mirror Overview{% endblock %} {% block head %}{% endblock %} {% block content %}

Mirror Overview

{% if user.is_authenticated %} {% endif %} {% for mirror in mirror_list %} {% if user.is_authenticated %} {% endif %} {% endfor %}
Server Country Tier ISOs ProtocolsPublic Active Admin Email Notes
{{ mirror.name }} {% if mirror.country %}{% country_flag mirror.country %}{{ mirror.country.name }}{% else %}Various{% endif %} {{ mirror.get_tier_display }} {{ mirror.isos|yesno|capfirst }} {{ mirror.protocols|join:", " }}{{ mirror.public|yesno|capfirst }} {{ mirror.active|yesno|capfirst }} {{ mirror.admin_email }} {{ mirror.notes|linebreaks }}
{% load cdn %}{% jquery %}{% jquery_tablesorter %} {% endblock %}