{:config('base.form_type')[$row['form_type']]}
{if $row['form_type']=='selectpage'}
{:lang('Field')}
{:lang('Value')}
{if !empty($row['data_list']['param'])} {volist name="row['data_list']['param']" id="vo" key="kk"} {volist name="vo" id="vv"}
{/volist} {/volist} {/if}
{/if}
{if in_array($row['form_type'], ['radio','checkbox','select','selects'])}
{elseif in_array($row['form_type'], ['image','downfile'])}
{:lang('Unit:Byte')}(b)
{elseif in_array($row['form_type'], ['images','downfiles'])}
{:lang('Unit:Byte')}(b)
{elseif 'array'==$row['form_type']}
{elseif 'number'==$row['form_type']}
{/if}
{:build_radios('row[status]',['normal'=>lang("Normal"),'hidden'=>lang("Hidden")], $row['status'])}
{block:script} {/block:script}