<#if field.typeleaf !=0>
{ms:channel type='level'}
<#if field.typeid == typeid || (ids?has_content && ids?split(",")?seq_contains(field.typeid.toString()))>
${field.typetitle}
<#else>
${field.typetitle}
#if>
{/ms:channel}
<#else>
{ms:channel type='son'}
<#if field.typeid == typeid || (ids?has_content && ids?split(",")?seq_contains(field.typeid.toString()))>
${field.typetitle}
<#else>
${field.typetitle}
#if>
{/ms:channel}
#if>