{% extends "drive/layout.html" %} {% block body %} {% if user.is_authenticated %}
{% if not shared_files.count %} {% else %}
File Name
Shared with
Actions
{% for file in shared_files %}
{{ file.name }}
{{ file.access_permissions }}
{% endfor %} {% endif %}
{% else %}

Share Moments, Store Dreams

Login {% endif %}
{% endblock %}