{{if $smarty.get.go eq "update"}} {{/if}}
{{section name=loop loop=$list}}
{{$list[loop].name}}
{{if $list[loop].auto neq null}} {{$list[loop].value}}  {{$list[loop].auto}} {{elseif $list[loop].type eq "datetime"}} 选择 {{elseif $list[loop].type eq "date"}} 选择 {{elseif $list[loop].length < 50 && $list[loop].type!="text"}} {{else}} {{/if}}   {{$list[loop].comment}}【{{$list[loop].type}}{{if $list[loop].length neq null}},{{$list[loop].length}}{{/if}}】
{{/section}}