{l s='Your orders contains Product voucher' mod='product_vouchers'}
{foreach from=$vouchers item=voucher}
-
{l s='Voucher for product' mod='product_vouchers'} {$voucher.product->name}
{l s='Code' mod='product_vouchers'} {$voucher.state} : {$voucher.code}
{/foreach}