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

{{ _('Mirror selection') }}

{{ _('File:') }} /{{ file }}

{% for protocol in mirrors -%}

{{ protocol.name | upper }}

{%- endfor %} {% endblock %}