{% extends "./inc/base.html" %} {% block content %} {{modelname}} {{controller.meta_title}} {{controller.meta_title}} 新增字段 设计模型 Go! 编号 字段 名称 类型 创建时间 操作 {% for item in list %} {{item.id}} {{item.name}} {{item.title}} {{item.type|get_attribute_type}} {{item.create_time | format_time(1)}} 编辑 删除 {% else %} × This would display if the 'item' collection were empty {% endfor %} {% endblock %}
{{modelname}} {{controller.meta_title}}
This would display if the 'item' collection were empty