{include file="$root_path/apps/lists/leftlist_admin.html"}
{if $updated_items}
{/if}
{if $lastContact}
支持中心
{foreach from=$lastContact item=i}
| 有新消息需要处理:{$i.name} |
{/foreach}
{/if}
{if $items}
待审核的新作品
{foreach from=$items item=i}
| {$i.name} |
{/foreach}
{/if}
{if $updated_items}
待审核的作品更新
{foreach from=$updated_items item=i}
| {$i.name} |
{/foreach}
{/if}
本月收入情况统计
| 本月毛收入 |
|
{$currency.symbol} {$sales.total|string_format:"%.2f"} |
| 本月用户分成 |
|
{$currency.symbol} {$sales.receive|string_format:"%.2f"} |
| 本月净收入 |
|
{$currency.symbol} {$sales.win|string_format:"%.2f"} |