{% for mirror in mirrors %} {% if mirror.state == "UP" %} {% elif mirror.state == "DOWN" %} {% elif mirror.state == "OUTOFSYNC" %} {% else %} {% end %} {% end %}
{% if mirror.country_code %} {{ mirror.country_code }}
{% if mirror.country_name %} {{ mirror.country_code }} {% else %} {{ mirror.country_code }} {% end %} {% if mirror in preferred_mirrors %}*{% end %} {% end %}
        {{ mirror.state }} {% if mirror.state in ("OUTOFSYNC", "DOWN") %} {{ _("Last update: %s") % locale.format_date(mirror.last_update, relative=True) }} {% end %} {{ mirror.hostname }}
{{ mirror.owner }}