{template '_header_base'}

{if $list} {loop $list $uni} {php $subaccount = count($uni['details']);}
{loop $uni['details'] $account}
{$account['name']}
{/loop}
{/loop} {else} 没有公众号,新建公众号 {/if}
{$pager}
{template '_footer'}