#macro contentFiles image contentId=''> <#local name=image?then('images','files')/> <#local fileTypes=image?then('image','video,audio,other')/>
| <@t.page 'file_path'/> | <@t.page 'description'/> | <@t.page 'file.size'/> | <@t.page 'sort'/> | <@t.page 'operate'/> |
|---|---|---|---|---|
| ${image?then(t.pageMessage('upload.image'),t.pageMessage('upload.file'))} | <@t.page 'button.delete'/> |