<{if $cancel_from =='buyer'}> <{elseif $cancel_from =='shop'}> <{elseif $cancel_from =='shopadmin'}> <{else}> <{/if}> <{if $process == '0'}> <{elseif $process == '1'}> <{elseif $process == '2'}> <{elseif $process == '3'}> <{/if}> <{if $refunds_status == 'WAIT_CHECK'}> <{elseif $refunds_status == 'WAIT_REFUND'}> <{elseif $refunds_status == 'SHOP_CHECK_FAILS'}> <{elseif $refunds_status == 'FAILS'}> <{elseif $refunds_status == 'SUCCESS'}> <{/if}>
<{t}>订 单 号:<{/t}> <{$tid}> <{t}>店铺名称:<{/t}> <{$shop_id|shopname}>
<{t}>取消类型:<{/t}>用户取消订单商家取消订单平台取消订单系统取消订单<{t}>实付金额:<{/t}> <{$payment}>
<{t}>取消原因:<{/t}> <{$reason}> <{t}>处理进度:<{/t}>提交申请取消处理退款处理完成
<{t}>退款状态:<{/t}>等待审核等待退款商家审核不通过退款失败退款成功
<{if count($goodsItems) > 0}> <{foreach from=$goodsItems item=aGoods name="item"}> <{if $aGoods.gift_data}> <{foreach from=$aGoods.gift_data item=giftdata}> <{/foreach}> <{/if}> <{/foreach}> <{/if}>
<{t}>货号<{/t}> <{t}>商品名称<{/t}> <{t}>单价<{/t}> <{t}>购买量<{/t}> <{t}>商品总额<{/t}>
<{$aGoods.bn}> <{$aGoods.title}> <{$aGoods.price|cur:$order.currency}> <{$aGoods.num}> <{$aGoods.total_fee|cur:$order.currency}>
<{$giftdata.bn}> 【赠品】<{$giftdata.title}> <{0|cur:$order.currency}> <{$giftdata.gift_num}> <{0|cur:$order.currency}>