{% extends "global/layout.html" %} {% block title %}Mirror selection{% endblock %} {% block content %}

Mirror selection

File: /{{ file }}

{% for protocol in mirrors -%}

{{ protocol.name | upper }}

{%- endfor %} {% endblock %}