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