{% extends "base.html" %} {% block title %}Dump dirs list{% endblock %} {% block js %} {% endblock %} {% block body %}

Stored {{ state.cachecount }}/{{ state.cachecountquota }} dump directories, quota: {{ state.cachesize|filesizeformat }}/{{ state.cachesizequota|filesizeformat }}

{% for ctime, name, size in dirs %} {% endfor %}
Time Dump dir Size Action
{{ ctime.strftime('%Y-%m-%d %H:%M') }} {{ name }} {{size|filesizeformat}} Delete
{% endblock %}