{% if download_folder and show_download_prompt %} {% elif download_folder %} {% endif %} {% with messages = get_flashed_messages(with_categories=True) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if upload != 'disabled' %}

{% endif %} {% if createdir == True %}
{% endif %} {% if upload != 'only' %} {% if is_subdirectory %}
Back
{% endif %}
{% for file in files %} {% endfor %}
Name Size Last Modified
{% if file.is_dir %} {% else %} {% endif %} {{ file.name }}{% if file.is_dir %}/{% endif %} {{ file.size }} {{ file.last_modified }} {% if file.is_dir %} Download as zip {% endif %} {% if not file.is_dir %} View in browser {% endif %}
{% else %}

Downloads not enabled

{% endif %}