<@cms.dictionary id=id><#assign a=object/>
<#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 a?has_content> <@cms.dictionaryDataList dictionaryId=a.id.id parentValue=parentValue> <#list list as d>
<@t.page 'value'/> <@t.page 'text'/> <@t.page 'sort'/> <@t.page 'operate'/>
<@t.page 'button.delete'/>
<@t.page 'dictionary.text.description'/>