{% extends "base.html" %} {% block title %}订单详情 - 太白购物商城{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ order.created_at.strftime('%Y-%m-%d %H:%M:%S') }}
已完成
{% else %}请在15分钟内完成支付
{% endif %}{{ order.shipped_at.strftime('%Y-%m-%d %H:%M:%S') if order.shipped_at else '已发货' }}
{% else %}等待卖家发货
{% endif %}{{ order.received_at.strftime('%Y-%m-%d %H:%M:%S') if order.received_at else '已确认收货' }}
{% else %}等待买家确认收货
{% endif %}交易成功
{% else %}等待交易完成
{% endif %}{{ item.spec_combination }}
{% endif %} 单价:¥{{ "%.2f"|format(item.price) }}