<%- include('partials/page-start') %>
<% if (documents.length === 0) { %> <% } %> <% documents.forEach((item) => { %> <% }) %>
Tài liệu Nhóm File đính kèm Cập nhật Người tạo Thao tác
Chưa có tài liệu. Bấm Thêm tài liệu để tạo nội dung đầu tiên.
<%= item.title %> <%= item.summary || (item.hasContent ? 'Có nội dung đọc trực tiếp' : 'Tài liệu đính kèm') %> <%= helpers.documentCategoryLabel(item.category) %> <% if (item.filePath) { %> <%= item.originalFileName %> <%= item.fileSize %> <% } else { %> Không có file <% } %> <%= item.updatedAt %> <%= item.createdBy %>
visibility <% if (item.filePath) { %> download <% } %>
Hiển thị <%= documents.length %> tài liệu
Trang 1 / 1
<%- include('partials/page-end') %>