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