{% extends "./inc/base.html" %} {% block content %}
{% include "./inc/mp_side.html" %}

{{controller.meta_title}}

公共账号列表
{% for item in list %} {% else %} {% endfor %}
编号 用户 名称 微信号 原始ID 公众账号类型 状态 操作
{{item.id}} {{item.uid}} {{item.public_name}} {{item.wechat}} {{item.public_id}} {{item.type}} 编辑 切换为当前公众号 接口配置 删除

This would display if the 'item' collection were empty

{% endblock %}