{% extends "layouts/base.html" %} {% block title %}Shared Folder - Retoor's Cloud Solutions{% endblock %} {% block head %} {% endblock %} {% block content %}

Shared Folder

{% if files %} {% for item in files %} {% endfor %} {% else %} {% endif %}
Name Last Modified Size Actions
{% if item.is_dir %} Folder Icon {{ item.name }} {% else %} File Icon {{ item.name }} {% endif %} {{ item.last_modified[:10] }} {% if item.is_dir %} -- {% else %} {{ (item.size / 1024 / 1024)|round(2) }} MB {% endif %}
{% if not item.is_dir %} ⬇️ {% endif %}

No files found in this shared directory.

{% endblock %}