{% extends "base.html" %} {% block body %}

{{ _("Download statistics") }}

{{ _("Download counters") }}

{{ _("Today") }} {{ downloads_today }}
{{ _("Yesterday") }} {{ downloads_yesterday }}
{{ _("Total") }} {{ downloads_total }}

{{ _("Downloads by country") }}

{% module FireinfoGeoTable(downloads_locations_today) %} {% module FireinfoGeoTable(downloads_locations_total) %}
{% end %}