{foreach $v as $vs}
{$jml = $jml + 1}
|
{$_L['Voucher_Hotspot']} ID {$vs['id']}
{$_c['currency_code']} {number_format($vs['price'],2,$_c['dec_point'],$_c['thousands_sep'])} |
{$_L['Code_Voucher']} |
{$vs['code']} |
{$vs['name_plan']} |
|
{include file="$_path/../pages/Voucher.html"}
|
|
{if $jml == $pagebreak}
{$jml = 0}
{/if}
{/foreach}