{:config('base.form_type')[$row['form_type']]}
{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}
{if ($row['iscore']!=1 || $row['field_name']=='content')}
{:build_radios('row[status]',['normal'=>lang("Normal"),'hidden'=>lang("Hidden")], $row['status'])}
{/if}
{block:script} {/block:script}