<#macro templateTree field filepath=""> <@tools.fileList path=filepath> <#list list as a>
  • <#local path=filepath+'/'+a.fileName/> <#if a.directory> <@tools.metadata path=path> ${a.fileName} ${(object.alias)?has_content?then('('+object.alias+')','')}
  • <#else>
  • <@t.page 'empty_directory'/>