FluxLoad

/{{ current_path }}

{% if not files and not dirs and parent_dir is none %}

Directory is empty.

{% endif %}

File Management

create_new_folder

Upload

{% if recent_uploads is defined and recent_uploads %}

Recent uploads

    {% for f in recent_uploads %}
  • insert_drive_file {{ f }}
  • {% endfor %}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
    {% for category, message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %}