{% extends "./inc/base.html" %} {% block content %} {% include "./inc/mp_side.html" %} {{controller.meta_title}} 公共账号列表 新增 启用 禁用 删除 Go! 编号 用户 名称 微信号 原始ID 公众账号类型 状态 操作 {% for item in list %} {{item.id}} {{item.uid}} {{item.public_name}} {{item.wechat}} {{item.public_id}} {{item.type}} 编辑 切换为当前公众号 接口配置 删除 {% else %} × This would display if the 'item' collection were empty {% endfor %} {% endblock %}
{{controller.meta_title}}
This would display if the 'item' collection were empty