{% extends "layouts/dashboard.html" %} {% block title %}Trash - Retoor's Cloud Solutions{% endblock %} {% block dashboard_head %} {% endblock %} {% block page_title %}Trash{% endblock %} {% block dashboard_actions %} {% endblock %} {% block dashboard_content %} {% if success_message %}
| Name | Owner | Deleted on | Size | Actions | |
|---|---|---|---|---|---|
|
{% if item.is_dir %}
|
{{ user.email }} | {{ item.deleted_on[:10] }} | {% if item.is_dir %} -- {% else %} {{ (item.size / 1024 / 1024)|round(2) }} MB {% endif %} | ||
|
No files in trash. |
|||||