@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) {
}
@if (files.length === 0 && !uploading) {
Nessun file caricato.
}
}