{% extends "layouts/dashboard.html" %} {% block title %}Shared with me - Retoor's Cloud Solutions{% endblock %} {% block dashboard_head %} {% endblock %} {% block page_title %}Shared with me{% endblock %} {% block dashboard_actions %} {% endblock %} {% block dashboard_content %} {% if success_message %}
| Name | Shared by | Last Modified | Size | Actions | |
|---|---|---|---|---|---|
|
{% if item.is_dir %}
|
{{ item.shared_by }} | {{ item.last_modified[:10] }} | {% if item.is_dir %} -- {% else %} {{ (item.size / 1024 / 1024)|round(2) }} MB {% endif %} | ||
|
No shared files found. |
|||||