{% if not is_xhr|default(false) %}{% extends "base.html" %}{% endif -%} {% block content %}
Logs
{% for log in logs %} {% endfor %}
Path Size Access time Modification time
{{ log.filename }} {{ log.size|filesizeformat }} {{ log.last_access }} {{ log.last_modification }}
{% endblock %}