Cloud Storage
Home
List
Upload
Logout
Menu
Home
List
Upload
Logout
{% if back == True %}
Back
{% endif %}
{% if folders|length > 0 %}
Folders
{% for folder in folders%}
{{ folder.0 }}
{% endfor %}
{% endif %} {% if files|length > 0 %}
Files
{% for file in files%}
{{ file.0 }}
Open File
Download
Rename
Move to bin
{% endfor %}
{% endif %}