<@cms.category id=id><#assign category=object/><#assign attribute=getCategoryAttribute(category.id)/> <@cms.categoryType id=category.typeId><#assign categoryType=object/>
<@cms.languageList>
<#include "../include_page/extendData.html"/> <#assign index=0/> <#list list as lang>
<#if lang.id.code = (siteAttribute.default_language)!>
<@t.page 'name'/>:
<#if categoryType?has_content && categoryType.extendList?has_content> <@extendData inputNamePrefix="categoryLangList["+index+"]." readonly=true lang=lang.id.code extendList=categoryType.extendList extendValues=(attribute!{}) historyItemType='categoryExtend' historyItemId=id/> <#if !category.onlyUrl>
<@t.page 'seo'/>
<@t.page 'title'/>:
<@t.page 'keywords'/>:
<@t.page 'category.keywords.description'/>
<@t.page 'description'/>:
<@t.page 'category.description.description'/>
<#else> <#assign a={}/> <@cms.categoryLang id=id lang=lang.id.code><#assign a=object/>
<@t.page 'name'/>:
<#if categoryType?has_content && categoryType.extendList?has_content> <@extendData inputNamePrefix="categoryLangList["+index+"]." lang=lang.id.code extendList=categoryType.extendList extendValues=((a.attribute)!attribute!{}) historyItemType='categoryExtend' historyItemId=id/> <#if !category.onlyUrl>
<@t.page 'seo'/>
<@t.page 'title'/>:
<@t.page 'keywords'/>:
<@t.page 'category.keywords.description'/>
<@t.page 'description'/>:
<@t.page 'category.description.description'/>
<#assign index++/>
<#if showTab?has_content>