@if (tree.directories.length > 0) { } @for (path of tree.directories; track path; let i = $index) { } @if (tree.directories.length == 0 && tree.files.length == 0 && !homeFolderActive) { }
Seleziona/Deseleziona Tutto
  {{ path.nameView }}{{ idFolderOut }}
Questa cartella é vuota
@if (this.tree.files.length > 0) { @for (f of form.campiForm; track f) { @if (f.ListView == 1) { } } } @for (path of tree.files; track path; let i = $index) { @for (f of form.campiForm; track f) { @if (f.ListView == 1) { } } }
Estensione {{ f.Label }} Informazioni Download
{{ getNomeCampo(f.IDCampo, path) }}