{% for part in path.strip('/').split('/') %}
{{ part }}
{% endfor %}
Search
Upload
{% if hide_dotfile == 'yes' %}
Show Dotfiles
{% else %}
Hide Dotfiles
{% endif %}
Name
Size
Modified
{{total.dir}} folders and {{total.file}} files, {{total.size | size_fmt}} in total
{% for entry in contents if entry.type == 'dir' %}
{{entry.name}}
—
{{entry.mtime | humanize}}
{% endfor %} {% for entry in contents if entry.type == 'file' %}
{{entry.name}}
{{entry.size | size_fmt}}
{{entry.mtime | humanize}}
{% endfor %}
×
Username
Password