状态:{%if item.pay_status == 0 and item.delivery_status != 1 and item.status != 6 and item.status != 4%}
等待付款
{%elif (item.pay_status == 1 or item.status ==3) and item.delivery_status != 1 and item.status != 6 and item.status != 4%}
等待发货
{%elif item.delivery_status == 1 and item.status != 6 and item.status != 4 %}
等待收货
{%elif item.status == 6%}
已作废
{%elif item.status == 4%}
已完成
{%endif%}
总价: ¥{{item.order_amount|formatCurrency}}
{%if item.status == 4 or item.status== 6%}
删除订单
{%endif%}
{%if item.pay_status == 0 and item.delivery_status != 1 and item.status != 6 and item.status != 4%}
立即付款
{%elif (item.pay_status == 1 or item.status ==3) and item.delivery_status != 1 and item.status != 6 and item.status != 4%}
提醒发货
{%elif item.delivery_status == 1 and item.status != 6 and item.status != 4 %}
确认收货
{%elif item.status == 4 or item.status == 6%}
再次购买
{%endif%}