<#if parentId?has_content> <@_model id=parentId> <#assign parent=object/>
<@_modelList parentId=parentId hasChild=hasChild> <#list page.list as a>
<@t.page 'id'/> <@t.page 'name'/> <@t.page 'url'/> <@t.page 'model.has_images'/> <@t.page 'model.has_attachs'/> <@t.page 'operate'/>
${a.id!} ${(a.name)!} ${a.onlyUrl?then(t.pageMessage('yes'),'')} ${a.hasImages?then(t.pageMessage('yes'),'')} ${a.hasFiles?then(t.pageMessage('yes'),'')} <#if a.hasChild> <@t.page 'model.child_management'/>