{% 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 %}
{{ success_message }}
{% endif %} {% if error_message %}
{{ error_message }}
{% endif %}
{% if trash_files %} {% for item in trash_files %} {% endfor %} {% else %} {% endif %}
Name Owner Deleted on Size Actions
{% if item.is_dir %} Folder Icon {{ item.name }} {% else %} File Icon {{ item.name }} {% endif %} {{ user.email }} {{ item.deleted_on[:10] }} {% if item.is_dir %} -- {% else %} {{ (item.size / 1024 / 1024)|round(2) }} MB {% endif %}

No files in trash.

{% endblock %}