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