{% extends "common/layout_main.html" %} {% block content %} {% include "common/tab_stat.html" %}

{% if list %} {% for item in list %} {% endfor %} {% else %} {% endif %}
日期 美餐名称 当日销售数量 当日销售总额
{{ item.date }} {{ item.food_info.name }} {{ item.total_count }} {{ item.total_pay_money }}
暂无数据~~
{% include 'common/pagenation.html' %}
{% endblock %} {% block css %} {% endblock %} {% block js %} {% endblock %}