<{loop($product):}>
<{$v['name']}>
<{loop($v['question']):}> <{endloop}> <{foreach($v['order'] as $ko => $vo):}> <{loop($v['question']):}> <{endloop}> <{endforeach}>
<{$v1['name']}>
<{if(isset($vo['answer'][$v2['id']]) && $vo['answer'][$v2['id']]):}> <{if(isset($v2['content']) && $v2['content']):}> <{foreach(explode(',', $vo['answer'][$v2['id']]) as $ko1 => $vo1):}> <{if(isset($v2['content'][$vo1]['ctype'])):}> <{if($v2['content'][$vo1]['ctype'][0] == 2):}> <{$vo1}> <{else:}> <{if($v2['content'][$vo1]['pic']):}>    <{else:}> <{$v2['content'][$vo1]['title']}> <{endif;}> <{endif;}> <{endif;}> <{endforeach}> <{else:}> <{if(strstr($vo['answer'][$v2['id']], 'http')):}> <{else:}> <{$vo['answer'][$v2['id']]}> <{endif;}> <{endif;}> <{endif;}>
<{endloop}>