{# templates/file_access.html #} {% extends 'base.html' %} {# page title #} {% block title %}Dateizugriffe{% endblock %} {% block page_id %}file_access{% endblock %} {# page content #} {% block content %}

Top 20 Dateizugriffe

{% if categories %} {% endif %}
{{ selected_category_label }}
{% if top20_files %}
{% for row in top20_files %} {% endfor %}
Access Count File Path
{{ row.access_count }} {{ row.rel_path }}
{% else %}

No data available for the selected timeframe and category.

{% endif %}
{% endblock %}