{% extends 'base_user_center.html' %} {% load static from staticfiles %} {% block page_title %}全部订单{% endblock page_title %} {% block right_content %}
{% for order_good in order_info.order_goods %}
{# 显示订单商品 #}
|
{{ order_info.total_price }}元 | {{ order_info.status }} | 去付款 |