{% extends "base.html" %} {% load static from staticfiles %} {% 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 }} | {% if mirror.country %} {% endif %}{{ mirror.country.name }} | {{ mirror.isos|yesno|capfirst }} | {{ mirror.supported_protocols|join:", " }} | {% if user.is_authenticated %}{{ mirror.public|yesno|capfirst }} | {{ mirror.active|yesno|capfirst }} | {{ mirror.admin_email }} | {{ mirror.notes|linebreaks }} | {% endif %}