{foreach from=$trades item=tradeitem}>
<{if $tradeitem.status == "WAIT_BUYER_PAY"}> 等待买家付款 <{elseif $tradeitem.status == "WAIT_SELLER_SEND_GOODS" && $tradeitem.pay_type=="online"}> 买家已付款 <{elseif $tradeitem.status == "WAIT_SELLER_SEND_GOODS" && $tradeitem.pay_type=="offline"}> 等待买家付款 <{elseif $tradeitem.status == "WAIT_BUYER_CONFIRM_GOODS"}> 卖家已发货 <{elseif $tradeitem.status == "TRADE_FINISHED"}> 订单已完成 <{elseif $tradeitem.status == "TRADE_CLOSED_BY_SYSTEM" || $tradeitem.status == "TRADE_CLOSED"}> 订单已关闭 <{/if}>