Online customer
{loop source=get_market()}
{if $v['market_type']=='1'}
{print $v['market_name']/}
{/if}
{if $v['market_type']=='3'}
{print $v['market_name']/}
{/if}
{if $v['market_type']=='4'}
{/if}
{if $v['market_type']=='2'}
{print $v['market_name']/}
{/if}
{/loop}
{loop source=get_market()}
{if $v['market_type']=='5'}
Telephone
{print $v['market_num']/}
{/if}
{if $v['market_type']=='6'}
Mobile Phone
{print $v['market_num']/}
{/if}
{/loop}