{% extends "./inc/base.html" %} {% block content %} 会员组 管理员角色 {# 添加角色 添加完成 启用 禁用 删除 #} {{controller.meta_title}} 添加管理角色 删除 排序 Go! 排序 用户组 描述 授权 状态 操作 {% for item in list %} {%if item.issystem !=1%}{%endif%} {{item.desc}} {{item.description}} 权限设置 栏目权限 成员管理 编辑 {%if item.issystem !=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