{% extends "master.html" %} {% block title %}Statistics{% endblock %} {% block tag %}statistics{% endblock %} {% macro category_link(name, title) -%} {{ title }} {%- endmacro %} {% block content %}
Mirrorlist access breakdown by {{ category_link('countries', 'country') }} | {{ category_link('archs', 'architecture') }} | {{ category_link('repositories', 'repository') }} on {{today}}
{% if yesterday %} <{{ yesterday }} {%- endif -%} | {% if tomorrow %} {{ tomorrow }}> {%- endif -%}
{{ cat|title }} | % | #Requests |
---|---|---|
{{ stat.name }} | {{ "{:03.4f}".format(stat.percent) }} % | {{ stat.requests }} |
Total | {{ total }} |