<@cms.category id=parentId><#assign parent=object/>
<#if parent?has_content>
<@t.page 'category.parent'/>:
<@t.page 'keywords'/>:
<@t.page 'category.keywords.description'/>
<@t.page 'description'/>:
<@t.page 'category.description.description'/>
<@t.page 'seo'/> <@cms.categoryList advanced=true parentId=parentId pageSize=500> <#list page.list as a> <@t.merge 'ids' a.id!/> <#assign attributeMap=getCategoryAttributes(t.ids)/> <#list page.list as a>
<@t.page 'category'/> <@t.page 'title'/> <@t.page 'keywords'/> <@t.page 'description'/>
${a.name} <#if a.childIds?has_content>
<@t.page 'category.child_management'/>