{% load mirror_status %}
Mirror URL | Protocol | Country | Completion % | μ Delay (hh:mm) | μ Duration (secs) | σ Duration (secs) | Mirror Score |
---|---|---|---|---|---|---|---|
{{ m_url.url }} | {{ m_url.protocol }} | {% if m_url.real_country %} {% endif %}{{ m_url.real_country.name }} | {{ m_url.completion_pct|percentage:1 }} | {{ m_url.delay|duration|default:'unknown' }} | {{ m_url.duration_avg|floatformat:2 }} | {{ m_url.duration_stddev|floatformat:2 }} | {{ m_url.score|floatformat:1|default:'∞' }} |