{% extends "layouts/dashboard.html" %} {% block title %}{% if current_path %}{{ current_path.split('/')[-1] }} - Retoor's Cloud Solutions{% else %}My Files - Retoor's Cloud Solutions{% endif %}{% endblock %} {% block dashboard_head %} {% endblock %} {% block page_title %}{% if current_path %}{{ current_path.split('/')[-1] }}{% else %}My Files{% endif %}{% endblock %} {% block dashboard_actions %} {% endblock %} {% block dashboard_content %} {% if success_message %}
| Name | Owner | Last Modified | Size | Actions | |
|---|---|---|---|---|---|
|
{% if item.is_dir %}
|
{{ user.email }} | {{ item.last_modified[:10] }} | {% if item.is_dir %} -- {% else %} {{ (item.size / 1024 / 1024)|round(2) }} MB {% endif %} | ||
|
No files found in this directory. |
|||||