@if (title) {
{{ title }}
} @if (!folderId || folderId <= 0) {
Cartella allegati non collegata. Salva l'entità una prima volta o associa una cartella dal modulo Documentale.
} @if (folderId && folderId > 0) { @if (!readonly) {
} @if (files.length > 0) {
@for (f of files; track f) { }
Nome file Caricato il
{{ fileDisplayName(f) }} @if (fileUploadDate(f)) { {{ fileUploadDate(f) | date:'dd/MM/yyyy HH:mm':'':'it' }} } @if (!readonly) { }
} @if (files.length === 0 && !uploading) {
Nessun file caricato.
} }