{% 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 %}
{{ success_message }}
{% endif %} {% if error_message %}
{{ error_message }}
{% endif %}
{% if shared_files %} {% for item in shared_files %} {% endfor %} {% else %} {% endif %}
Name Shared by Last Modified Size Actions
{% if item.is_dir %} Folder Icon {{ item.name }} {% else %} File Icon {{ item.name }} {% endif %} {{ item.shared_by }} {{ item.last_modified[:10] }} {% if item.is_dir %} -- {% else %} {{ (item.size / 1024 / 1024)|round(2) }} MB {% endif %}
{% if not item.is_dir %} {% endif %}

No shared files found.

{% endblock %}