{% extends "base.html" %} {% block title %}Arch Linux - Mirror Status{% endblock %} {% block content %}

Mirror Status

Out of Sync Mirrors

{% with bad_urls as urls %} {% include "mirrors/status_table.html" %} {% endwith %}

Successfully Syncing Mirrors

{% with good_urls as urls %} {% include "mirrors/status_table.html" %} {% endwith %}

Mirror Syncing Error Log

{% for log in error_logs %} {% endfor %}
Mirror URL Protocol Country Error Message Last Occurred Occurrences (last 24 hours)
{{ log.url__url }} {{ log.url__protocol__protocol }} {{ log.url__mirror__country }} {{ log.error }} {{ log.check_time__max|date:'Y-m-d H:i' }} {{ log.error__count }}
{% load cdn %}{% jquery %} {% endblock %}