{:config('base.form_type')[$row['form_type']]}
{if $info['type']=="more" && $info['allow_single']==0}
{$row['iscore']==1?__('Primary table'):__('Auxiliary table')}
{/if} {if $row['default_field']==0}
{else /}
{$row['field_name']}
{/if}
{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}
   
{if $row['is_filter']==1}
{:lang("If it is blank, use the option list. If there is no option list, it must be filled in here")}
{/if}
   
{:build_radios('row[status]',['normal'=>lang("Normal"),'hidden'=>lang("Hidden")], $row['status'])}
{block:script} {/block:script}