{% extends "common/layout_main.html" %} {% block content %} {% include "common/tab_member.html" %}
{% if list %} {% for item in list %} {% endfor %} {% else %} {% endif %}
头像 姓名 美餐 评论内容 打分
image {{ item.member_info.nickname }} {% for item_food in item.foods %} {{ item_food.name }}、 {% endfor %} {{ item.content }} {{ item.score }}
暂无数据
{% include 'common/pagenation.html' %}
{% endblock %}