<#macro chipTree filepath prefix suffix> <@_templateList path='include'+filepath orderField='createDate'> <#list list as a>
  • <#local path=filepath+'/'+a.fileName> <#if a.directory> ${a.fileName} <#else> <@_placeMetadata path=path> ${(object.alias)?has_content?then(object.alias+' ('+a.fileName+')',a.fileName)}
  • <#else>
  • <@t.page 'empty_directory'/>