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

Mirror Overview

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