{% import 'components/macros.html' as macro %} {% 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 }}
{{ macro.datepicker_range('period') }}
{% set col_class = 'col-12 col-md-6' if doughnut_legend_display else 'col-12 col-md-4' %}

{{ _('Files by MIME type') }}

{{ _('Size by MIME type') }}

{{ _('Torrents by source') }}

{{ _('Size by source') }}

{{ _('Downloads by year') }}

{{ _('Downloads by month') }}

{% endblock %}