{% extends "ui/templates/base/layout.html" %} {% block content %}
Upload, review and archive employee documents with audit firm/branch scope.
| Employee | Document | Status | Dates | Review |
|---|---|---|---|---|
| {{ row.employee.employee_code if row.employee else '' }} {{ row.employee.full_name if row.employee else '' }} |
{{ row.title }} {{ row.document_type.code if row.document_type else 'GENERAL' }} • {{ row.original_filename }} • {{ row.file_size_bytes or 0 }} bytes {{ row.storage_path }} |
{{ row.status }} {{ row.visibility }} |
Issue: {{ row.issue_date or '-' }} Expiry: {{ row.expiry_date or '-' }} |
{% if row.status != 'archived' %} {% endif %} |
| No documents found. | ||||