{# templates/dashboard.html #} {% extends 'base.html' %} {# page title #} {% block title %}Dashboard{% endblock %} {# page content #} {% block content %}

Auswertung-Downloads

Alle Downloads

{{ total_accesses }}

unterschiedliche Dateien

{{ unique_files }}

unterschiedliche Nutzer

{{ unique_user }}

beschleunigte Downloads

{{ cached_percentage }} %

Anzahl Geräte
Anzahl Downloads
Endgeräte der Nutzer
Verteilung auf Ordner
Verteilung der Zugriffe
{% for loc in location_data %} {% else %} {% endfor %}
Anzahl Downloads Stadt Land
{{ loc.count }} {{ loc.city }} {{ loc.country }}
No access data available for the selected timeframe.
{% for top20_item in top20 %}
Top 20 Dateizugriffe ({{ top20_item['category'] }})
{% for row in top20_item['files'] %} {% else %} {% endfor %}
Access Count File Path
{{ row.access_count }} {{ row.rel_path }}
No data available for the selected timeframe.
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}