{% extends "ui/templates/base/layout.html" %} {% block content %}
{{ client.client_name }} · {{ client.client_code or '-' }}
| Document | Category | Latest Version | Storage Path | Versions | Action |
|---|---|---|---|---|---|
{{ doc.title }} {{ doc.document_code }}{% if doc.description %} · {{ doc.description }}{% endif %} |
{{ doc.category }} | {% if latest %} v{{ latest.version_no }} · {{ latest.original_filename }} {{ (latest.file_size_bytes / 1024)|round(1) }} KB · {{ latest.uploaded_at_utc }} {% else %}-{% endif %} |
{% if latest %} {{ latest.storage_status.replace('_',' ').title() }} {{ latest.local_relative_path }} {% else %}-{% endif %} |
{% for v in doc.versions %} v{{ v.version_no }} · {{ v.original_filename }}{% if v.remarks %} · {{ v.remarks }}{% endif %} {% endfor %} |
{% if latest %}Download Latest{% endif %} {% if can_upload %} {% endif %} |
| No permanent documents uploaded for this client. | |||||