Folder
Current Folder {{id+ossep+subdir}}
File or Directory
Modify Time
Size
{% if subdir %}
..{{ossep}}
{% endif %} {% for i in contents %}
{% if i.isfile %}
{{ i.filename }}
{% else %}
{{ i.filename }}
{% endif %}
{{ i.mtime }}
{{ i.size }}
{% endfor %}