{# included by caches.html #}

Cache Entries

{% if paging %} {{ include('paging.html') }}
{% endif %} {% for entry, item in entries %} {% endfor %}
Date Size Entry
{{item.mtime|date('Y-m-d')}} {{item.size|number_format(0, ',', '.')}} {{entry}}
{% if paging %} {{ include('paging.html') }}
{% endif %}