{capture name=path}{l s='My account'}{$navigationPipe}{l s='Credit slips'}{/capture} {include file=$tpl_dir./breadcrumb.tpl}

{l s='Credit slips'}

{l s='Credit slips you received after canceled orders'}.

{if $ordersSlip && count($ordersSlip)} {foreach from=$ordersSlip item=slip name=myLoop} {/foreach}
{l s='Credit slip'} {l s='Order'} {l s='Date issued'} {l s='View credit slip'}
{l s='#'}{$slip.id_order_slip|string_format:"%06d"} {l s='#'}{$slip.id_order|string_format:"%06d"} {dateFormat date=$slip.date_add full=0} {l s='Order slip'} {l s='#'}{$return.id_order_slip|string_format: {l s='PDF'}
{else}

{l s='You have not received any credit slips.'}

{/if}