#if ($!link != '#')
#end
$!appname
- $!bean.catalogT('invio_file')
#if ($!bean.notEmpty($!files) )
#foreach ($!file in $!files)
#if ($!file.folder)
$!bean.catalogT('folder')
#else
$!bean.catalogT('file')
#end
$!file.name
#end
#end