{% extends "base.html" %} {% block content %}

订单列表

{% include '_order_table.html' %}
{% endblock %} {% block scripts %} {% endblock %}