{% extends "common/layout_main.html" %} {% block content %} {% include "common/tab_food.html" %}
{% if list %} {% for item in list %} {% endfor %} {% else %} {% endif %}
美食名 分类 价格 库存 标签 操作
{{ item.name }} {{ item.name }} {{ item.price }} {{ item.stock }} {{ item.tags }} {% if item.status == 1 %} {% else %} {% endif %}
暂无数据~~
{% include 'common/pagenation.html' %}
{% endblock %} {% block js %} {% endblock %}