From ID >
limit
Voucher PerLine
vouchers
PageBreak after
vouchers
Plans
--all--
{foreach $plans as $plan}
{$plan['name_plan']}
{/foreach}
submit
{Lang::T('Click Here to Print')}
{Lang::T('Print side by side, it will easy to cut')}
show {$v|@count} vouchers from {$vc} vouchers
from ID {$v[0]['id']} limit {$limit} vouchers
{$n = 1} {foreach $voucher as $vs} {$jml = $jml + 1} {if $n == 1}
{/if}
{$vs}
{if $n == $vpl}
{$n = 1} {else} {$n = $n + 1} {/if} {if $jml == $pagebreak} {$jml = 0}
-- pageBreak --
{/if} {/foreach}
{if isset($xfooter)} {$xfooter} {/if}