{if $giftvouchers} {assign var='no' value=1} {foreach from=$giftvouchers item=giftvoucher}
{$no} - {$giftvoucher.product_name}
{assign var='no' value=$no+1} {/foreach} {else}0{/if}