Index of {{ path }}

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