{% 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.path.decode("utf-8") }} {{ log.size|filesizeformat }} {{ log.atime|fromtimestamp }} {{ log.mtime|fromtimestamp }}
{% endblock %}