<{if $orders}> <{foreach from=$orders item=item name=name}> <{if $item.is_afterrec}> <{else}> <{/if}> <{/foreach}> <{else}> <{/if}>
<{t}>订单号<{/t}> <{t}>商品名称<{/t}> <{t}>总金额<{/t}> <{t}>操作<{/t}>
<{$item.order_id}>
<{$item.createtime|cdate:FDATE_STIME}>
<{foreach from=$item.goods_items item=item_goods name=name1}> <{$item_goods.product.name}> <{$item_goods.product.attr}> <{$item_goods.product.name}> 
<{/foreach}>
<{$item.total_amount|cur_odr:$item.currency:false:true}><{t}>申请售后服务<{/t}><{t}>已申请售后<{/t}>
<{t}>暂无售后服务订单<{/t}>
<{pagers data=$pager}>