{% extends 'happy_shop/user_profile.html' %}
{% block extra_style %}
{% endblock %}
{% block breadcrumb_content %}
首页
个人中心
我的订单
{% endblock %}
{% block menmber %}
{% include 'happy_shop/orders_tag.html' %}
{% include 'happy_shop/orders_tag.html' with orders=tobpay_orders %}
{% include 'happy_shop/orders_tag.html' with orders=tobdeliver_orders %}
{% include 'happy_shop/orders_tag.html' with orders=tobreceived_orders %}
{% comment %}
{% include 'happy_shop/orders_tag.html' with orders=tobevaluate_orders %}
{% endcomment %}
{% include 'happy_shop/orders_tag.html' with orders=complete_orders %}
{% endblock %}