Index of {{ path }}
Name
Last Modified
Size
{% if path != "" %}
../
-
-
{% endif %} {% for dir in dirs %}
{{ dir }}
{{ get_last_modified(os.path.join(local_path, dir)) }}
-
{% endfor %} {% for file in files %}
{{ file }}
{{ get_last_modified(os.path.join(local_path, file)) }}
{{ get_file_size(os.path.join(local_path, file)) }}
{% endfor %}