{{ _('Total') }}
| {{ _('Number of files downloaded') }} | {{ _('Total size of files downloaded') }} |
|---|---|
| {{ stats_total.files }} | {{ stats_total.total_size }} |
{% extends 'base.html' %} {% block header %}
| {{ _('Number of files downloaded') }} | {{ _('Total size of files downloaded') }} |
|---|---|
| {{ stats_total.files }} | {{ stats_total.total_size }} |