{template 'header'}
{loop $search['fields'] $field} {if $field['type'] == 2}
{if isset($this->types[$field['bind']])} {php echo $this->formatForm($field, $research['data'][$field['variable']])} {else} {php echo tpl_fans_form($field['bind'], $fans[$field['bind']])} {/if}
{/if} {/loop}
{template 'footer'}