{% extends "layout.html" %} {% block content %}
You are viewing a shared document. {% if not session.user_id %} Login to access more features. {% endif %}
{{ document.original_filename }}
{% if document.file_type == 'pdf' %}
{% elif document.file_type == 'image' %} {{ document.original_filename }} {% elif document.file_type == 'video' %}
{% else %}
Preview not available for this file type. Please download the file to view its contents.
{% endif %}
Document Information
  • File Type {{ document.file_type }}
  • Size {{ (document.file_size / 1024)|round(1) }} KB
  • Uploaded {{ document.created_at.split(' ')[0] }}
Sharing Options

This document has been shared with you via a secure link.

{% endblock %} {% block scripts %} {% endblock %}