{% extends "dirlistbase.html" %} {% block "title" %}Directory listing for ${.request.path}{% endblock %} {% block "head" %} {% endblock %} {% block "content" %}
${fs[path]}{% endif %}
Name | Size | Created | Modified |
---|---|---|---|
${path} | {% if info.created_time %}${localize:info.created_time}{% endif %} | {% if info.modified_time %}${localize:info.modified_time}{% endif %} | |
${path} | ${filesize:info.size}{% if info.size > 1024 %} (${info.size::','} bytes){% endif %} | {% if info.created_time %}${localize:info.created_time}{% endif %} | {% if info.modified_time %}${localize:info.modified_time}{% endif %} |