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

{% if list %} {% for item in list %} {% endfor %} {% else %} {% endif %}
日期 会员名称 消费总额 分享次数
{{ item.date }} {{ item.member_info.nickname }} {{ item.total_pay_money }} {{ item.total_shared_count }}
暂无数据~~
{% include 'common/pagenation.html' %}
{% endblock %} {% block css %} {% endblock %} {% block js %} {% endblock %}