{# 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 in [top20_overall, top20_predigt, top20_chor, top20_ggesang, top20_glied] %}
Top 20 Dateizugriffe {% if top20 == top20_overall %} (Gesamt) {% elif top20 == top20_predigt %} (Predigt) {% elif top20 == top20_chor %} (Chor) {% elif top20 == top20_ggesang %} (Gemeinsamer Gesang) {% elif top20 == top20_glied %} (Gruppenlieder) {% endif %}
{% for row in top20 %} {% else %} {% endfor %}
File Path Access Count Kategorie
{{ row.rel_path }} {{ row.access_count }} {{ row.category }}
No data available for the selected timeframe.
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}