{% extends "view/admin/ext_admin.html" %} {% block extadmin %} {{controller.meta_title}} 审核申请 分类管理 添加友情链接 {# 全部 {%for t in type%} {{t.name}} {%endfor%} #} 网站名称 网站网址 图片LOGO 操作 {% for item in list %} {{item.name}} {{item.url}} {{item.logo}} 修改 删除 {% else %} × This would display if the 'item' collection were empty {% endfor %} {% endblock %}
This would display if the 'item' collection were empty