Recently uploaded employee documents and verification status.
| Document | Type | Status | Uploaded | Action |
|---|---|---|---|---|
| {{ doc.title or doc.file_name or ('Document #' ~ doc.id) }} | {{ doc.document_type.name if doc.document_type else '-' }} | {{ doc.status.replace('_',' ').title() if doc.status else '-' }} | {{ doc.created_at.strftime('%d-%m-%Y') if doc.created_at else '-' }} | View |
| No employee documents available yet. | ||||