{% extends "./inc/base.html" %} {% block style %} {% endblock%} {% block content %} {% include "./inc/template_side.html" %} {{controller.meta_title}} 导入模版 搜索 编号 名称 是否使用 操作 {% for item in temp_group %} {{item.gid}} {{item.gname}} 修改 导出 {%if item.pid !=1%} 删除 {%endif%} {% else %} × This would display if the 'item' collection were empty {% endfor %} {% endblock %} {% block script %} {% endblock %}}
This would display if the 'item' collection were empty