{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{% if category == 'success' %}check_circle{% else %}error_outline{% endif %} {{ message }}
{% endfor %}
{% endif %} {% endwith %}
cloud_upload

Drop files here to upload

Uploading to /{{ current_path }}

Name
Type
Actions
{% if parent_dir is not none %} {% endif %} {% for d in dirs %}
Directory
{% endfor %} {% for f in files %}
insert_drive_file {{ f }}
File
{% if f|file_previewable %} visibility {% endif %} download
{% endfor %} {% if not files and not dirs and parent_dir is none %}
folder_open

Directory is empty

Drag and drop files here or click Upload to get started

{% endif %}