{template "nheader.html"}
已完成订单
{loop $list $t} {/loop}
订单号 产品 下单时间 金额 订单状态 操作
{$t.id} {$t.title} {dr_date($t.inputtime)} {dr_pay_money_html($t.value)} 未付款 去支付 取消
{if $mypages}
{$mypages}
{/if} {template "nfooter.html"}