<#macro tagsRow tagText typeId='' typeName=''>
${typeName?has_content?then(typeName,tagText)}:
<@t.page 'button.add'/>
<#macro tags tagText typeIds='' tagIds=''> <#if typeIds?has_content> <@cms.tagType ids=typeIds> <#list map as k,tagType> <@tagsRow tagText k tagType.name/> <#else> <@tagsRow tagText/>