{template "header.html"}
{loop $orders $t} 订单号:{$t.sn} 金额:¥{number_format($t.order_price, 2)}元 {/loop}
订单总额:¥{number_format($price, 2)}元