<@row> <@columns> <@box color='danger'> <#assign path> <@aButton href='jsp/admin/system/ManageFilesSystem.jsp' title='${files_system_directory}' color='primary' /> <@boxHeader title='#i18n{portal.system.view_files_system.boxTitle} ${path}' /> <@boxBody> <@table> #i18n{portal.system.view_files_system.labelName} #i18n{portal.system.view_files_system.labelDate} #i18n{portal.system.view_files_system.labelLenght} <#list files_list as file> ${file.name} ${file.date?datetime?string.medium_short} ${file.size} Ko <@aButton href='jsp/admin/system/ViewFile.jsp?directory=${file.directory}&file=${file.name}' buttonIcon='eye' title='#i18n{portal.system.view_files_system.Display} ${file.name}' hideTitle=['all'] size='sm' />