{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {extends file='customer/page.tpl'} {block name='page_title'} {l s='Credit slips' d='Shop.Theme.Customeraccount'} {/block} {block name='page_content'}

{l s='Credit slips you have received after canceled orders.' d='Shop.Theme.Customeraccount'}

{if $credit_slips}
{l s='Order' d='Shop.Theme.Customeraccount'} {l s='Credit slip' d='Shop.Theme.Customeraccount'} {l s='Date issued' d='Shop.Theme.Customeraccount'} {l s='Credit slip' d='Shop.Theme.Customeraccount'}
{foreach from=$credit_slips item=slip} {/foreach}
{else} {/if} {/block}