{% extends "view/admin/ext_admin.html" %} {% block extadmin %}
{% for item in list %} {% else %} {% endfor %}
广告位名称 广告位类型 广告位尺寸 广告数 广告位描述 操作
{{item.name}} {{item.type}} {{item.width}}*{{item.height}} {{item.items}} {{item.description}} 预览 调用代码 广告列表 修改 删除 添加广告

This would display if the 'item' collection were empty

{% endblock %}