{# templates/file_access.html #} {% extends 'base.html' %} {# page title #} {% block title %}Dateizugriffe{% endblock %} {% block page_id %}file_access{% endblock %} {# page content #} {% block content %}
| Access Count | File Path | Aktion |
|---|---|---|
| {{ row.access_count }} | {{ row.rel_path }} |
|
No data available for the selected timeframe and category.
{% endif %}