{% extends "master.html" %} {% block title %}Mirrors{% endblock %} {%block tag %}mirrors{% endblock %} {% block content %}
These are the mirrors for {{ request.view_args.p_name }} {{ request.view_args.p_version }} {% if request.view_args.p_arch %}on {{ request.view_args.p_arch }}{% endif %}
{% endif %} {% if mirrors %}We have currently {{ mirrors | length }} active mirrors
Country | Site Name | Mirror Name | Categories | Bandwith | Internet2 | Comment |
---|---|---|---|---|---|---|
{{ mirror.country }} | {{ mirror.site.name }} | {{ mirror.name }} |
|
{{ mirror.bandwidth_int }} | {% if mirror.internet2 %}Yes{% else %}No{% endif %} | {% if mirror.comment %}{{ mirror.comment }}{% endif %} |
There are currently no active mirrors registered.
{% endif %} {% endblock %}