{# 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.
Detaillierte Dateizugriffe (Top 20)
{% for row in rows %} {% else %} {% endfor %}
File Path Access Count Kategorie
{{ row.rel_path }} {{ row.access_count }} {{ row.category }}
No data available for the selected timeframe.
{% endblock %} {% block scripts %} {% endblock %}