{% extends "layouts/base.html" %} {% block title %}Shared Folder - {{ item_path }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ item_path }}
| Name | Last Modified | Size | Actions |
|---|---|---|---|
|
{% if item.is_dir %}
|
{{ item.last_modified[:10] if item.last_modified else '' }} | {% if item.is_dir %} -- {% else %} {{ (item.size / 1024 / 1024)|round(2) }} MB {% endif %} | {% if not item.is_dir and not disable_download %} Download {% endif %} |
| This folder is empty | |||