{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 $updated_items}
{/if} {if $lastContact}

支持中心

{foreach from=$lastContact item=i} {/foreach}
有新消息需要处理:{$i.name}
{/if} {if $items}

待审核的新作品

{foreach from=$items item=i} {/foreach}
{$i.name}
{/if} {if $updated_items}

待审核的作品更新

{foreach from=$updated_items item=i} {/foreach}
{$i.name}
{/if}

本月收入情况统计

本月毛收入 {$currency.symbol} {$sales.total|string_format:"%.2f"}
本月用户分成 {$currency.symbol} {$sales.receive|string_format:"%.2f"}
本月净收入 {$currency.symbol} {$sales.win|string_format:"%.2f"}
{literal} {/literal}