X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=templates%2Fadmin-downloads.html;fp=templates%2Fadmin-downloads.html;h=ea4d5b9fb429c09d9ca8c03ff938cf4871424637;hb=d577e64511c6fe2564a0c058d6c05b40d6cfe2ee;hp=0000000000000000000000000000000000000000;hpb=aff15b745e6e0871878b237ceb9e3e78a3249b59;p=people%2Fshoehn%2Fipfire.org.git diff --git a/templates/admin-downloads.html b/templates/admin-downloads.html new file mode 100644 index 0000000..ea4d5b9 --- /dev/null +++ b/templates/admin-downloads.html @@ -0,0 +1,27 @@ +{% extends "admin-downloads-base.html" %} + +{% block body %} +
+

{{ _("Download statistics") }}

+ +

{{ _("Download counters") }}

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

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

+ {{ modules.StasyGeoTable(downloads_locations_today) }} + {{ modules.StasyGeoTable(downloads_locations_total) }} +
+{% end %}