{volist name="row.custom_content" id="vo"} {if $vo['type'] == 'text' && $vo['field'] != 'address'}
{/if} {if $vo['type'] == 'number'}
{/if} {if $vo['field'] == 'member_level_id'}
{/if} {if $vo['field'] == 'industry_category_id'}
{/if} {if $vo['field'] == 'native_place'}
{/if} {if $vo['field'] == 'address'}
{/if} {if $vo['type'] == 'radio'}
{foreach name="radio_array" item="vv"} {/foreach}
{/if} {if $vo['type'] == 'checkbox'}
{foreach name="check_array" item="vv"} {/foreach}
{/if} {if $vo['type'] == 'select' && $vo['field'] != 'member_level_id' && $vo['field'] != 'industry_category_id' && $vo['field'] != 'native_place'}
{/if} {if $vo['type'] == 'date'}
{/if} {if $vo['type'] == 'time'}
{/if} {if $vo['type'] == 'datetime'}
{/if} {if $vo['type'] == 'image'}
    {/if} {if $vo['type'] == 'video'}
      {/if} {if $vo['type'] == 'textarea'}
      {/if} {if $vo['type'] == 'cert'}
        {/if} {/volist}
        {foreach name="statusList" item="vo"} {/foreach}