{% extends 'base.html' %} {% block header %}

{% block title %}Statistics{% endblock %}

{% endblock %} {% block content %}

Total

Number of files downloaded Total size of files downloaded
{{ stats_total.files }} {{ stats_total.total_size }}

Statistics by month

Statistics by year

{% endblock %}