<@cms.dictionary id=id><#assign a=object/> <#if 'true'=(siteAttribute.enable_multilingual)!><@cms.languageList><#assign languageList=list/>
<#if languageList?has_content> <#list languageList as lang>
<#if a?has_content && parentValue?has_content>
<@t.page 'dictionary'/>:
${a.name!}
<@t.page 'value'/>:
${(parentValue)!}
<@t.page 'text'/>:
<@cms.dictionaryData dictionaryId=id value=parentValue>${(object.text)!}
<#else>
<@t.page 'id'/>:
<@t.page 'name'/>:
<@t.page 'dictionary.childDepth'/>:
<@t.page 'value'/> <#if languageList?has_content> <#list languageList as lang> <#else> <#if a?has_content> <@cms.dictionaryDataList dictionaryId=a.id.id parentValue=parentValue> <#list list as d> <#if languageList?has_content> <#list languageList as lang> <#else>
<@t.page 'value'/>${(lang.name)!} <@t.page 'text'/> <@t.page 'operate'/>
<@t.page 'button.delete'/>
<@t.page 'dictionary.text.description'/>