{% extends "base.html" %} {% block title %}{{ company.name }} - Document Management{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
Total Documents
Total Size
Recent Uploads
Document Types
{{ document.document_type_str }}
Size: {{ document.formatted_file_size }}
Uploaded: {{ document.formatted_upload_date }}
By: {{ document.uploaded_by }}
{% if document.is_public %}
Public
{% endif %}
{{ document.description }}
{% endif %}Upload your first document using the form above.