{# templates/dashboard.html #} {% extends 'base.html' %} {# page title #} {% block title %}Dashboard{% endblock %} {# page content #} {% block content %}
{{ total_accesses }}
{{ unique_files }}
{{ unique_user }}
{{ cached_percentage }} %
| Anzahl Downloads | Stadt | Land |
|---|---|---|
| {{ loc.count }} | {{ loc.city }} | {{ loc.country }} |
| No access data available for the selected timeframe. | ||
| File Path | Access Count | Kategorie |
|---|---|---|
| {{ row.rel_path }} | {{ row.access_count }} | {{ row.category }} |
| No data available for the selected timeframe. | ||