{% extends "base.html" %} {% block title %}Arch Linux - Mirror Overview{% endblock %} {% block content %}
Server | Tier | Country | ISOs | Protocols | {% if user.is_authenticated %}Public | Active | Admin Email | Notes | {% endif %}
---|---|---|---|---|---|---|---|---|
{{ mirror.name }} | {{mirror.get_tier_display}} | {{mirror.country}} | {{mirror.isos|yesno}} | {{mirror.supported_protocols}} | {% if user.is_authenticated %}{{mirror.public|yesno}} | {{mirror.active|yesno}} | {{mirror.admin_email}} | {{mirror.notes|linebreaks}} | {% endif %}