{% extends "layout.html" %} {% block content %}

Share Document: {{ document.original_filename }}

Back to Document
Share with User
Create Shareable Link
Current Shares
{% if shares %}
{% for share in shares %} {% endfor %}
Type Shared With Date Shared Expiry Actions
{% if share.shared_with %} User {% elif share.share_link %} Link {% endif %} {% if share.shared_with %} {{ share.username }} {% elif share.share_link %}
{% endif %}
{{ share.created_at.split(' ')[0] }} {% if share.expires_at %} {{ share.expires_at.split(' ')[0] }} {% else %} Never {% endif %} Revoke
{% else %}
This document hasn't been shared yet.
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}