{# 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. | ||
| Access Count | File Path |
|---|---|
| {{ row.access_count }} | {{ row.rel_path }} |
| No data available for the selected timeframe. | |