{% extends "view/admin/ext_admin.html" %} {% block extadmin %} {{controller.meta_title}} 模板设置 添加广告位 更新广告缓存 广告位名称 广告位类型 广告位尺寸 广告数 广告位描述 操作 {% for item in list %} {{item.name}} {{item.type}} {{item.width}}*{{item.height}} {{item.items}} {{item.description}} 预览 调用代码 广告列表 修改 删除 添加广告 {% else %} × This would display if the 'item' collection were empty {% endfor %} {% endblock %}
This would display if the 'item' collection were empty