{volist name="content" id="vo"} {if $vo['type'] == 'text'}
{if $vo['is_explain'] == '1'}
{/if}
{elseif $vo['type'] == 'number'}
{if $vo['is_explain'] == '1'}
{/if}
{elseif $vo['type'] == 'radio'}
{if $vo['is_explain'] == '1'}
{/if}
{elseif $vo['type'] == 'checkbox'}
{if $vo['is_explain'] == '1'}
{/if}
{elseif $vo['type'] == 'select'}
{if $vo['is_explain'] == '1'}
{/if}
{elseif $vo['type'] == 'datetime'}
{if $vo['is_explain'] == '1'}
{/if}
{elseif $vo['type'] == 'textarea'}
{if $vo['is_explain'] == '1'}
{/if}
{elseif $vo['type'] == 'images'}
{if $vo.content}
{foreach $vo.content as $image} {/foreach}
{if $vo['is_explain'] == '1'}
{/if}
{/if} {/if} {/volist}