{include file="$admin_template_path/html/header.html"} {include file="$admin_template_path/html/pagetops.html"} {if $errorMessage}
{$errorMessage}
{literal} {/literal} {/if}
{include file="$admin_template_path/html/leftmenu.html"}
{if $paging !=""}
{$paging}
{/if}
{if is_array($data)}
{foreach from=$data item=d} {/foreach}
{$lang.name} {$lang.email} {$lang.unsubscribe} 操作
{$d.subname} {$d.email} {if $d.bulletin_subscribe == 'false'} {else} {/if} {if $d.bulletin_subscribe == 'false'} {$lang.subscribe} {else} {$lang.unsubscribe2} {/if} {$lang.delete}
{literal} {/literal} {else} {$lang.no_records} {/if}