{% extends "layouts/dashboard.html" %} {% block title %}Manage Shares - Retoor's Cloud Solutions{% endblock %} {% block dashboard_head %} {% endblock %} {% block page_title %}Manage Shares{% endblock %} {% block dashboard_content %}
{% if shares %}
{% for share in shares %} {% endfor %}
{% else %}
🔗

No Shares Yet

You have not created any shares. Start sharing your files and folders with others.

Go to My Files
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}