{$lang.finance}:


{$lang.win_this_month} {$currency.symbol} {$sales.total|string_format:"%.2f"}
{$lang.user_win_this_month} {$currency.symbol} {$sales.receive|string_format:"%.2f"}
{$lang.referal_money_this_month} {$currency.symbol} {$sales.referal|string_format:"%.2f"}
{$lang.clear_win_this_month} {$currency.symbol} {$sales.win|string_format:"%.2f"}

{$lang.sales}:


{$lang.sales_this_month} {$sales.num} {$currency.symbol} {$sales.total|string_format:"%.2f"}
{$lang.users_this_month} {$users.month}
{$lang.withdraw_this_month} {$withdraw.no.num} {$currency.symbol} {$withdraw.no.total|string_format:"%.2f"}
{$lang.withdraw_true_this_month} {$withdraw.paid.num} {$currency.symbol} {$withdraw.paid.total|string_format:"%.2f"}
{$lang.sales_total} {$total.num} {$currency.symbol} {$total.total|string_format:"%.2f"}
{$lang.users_total} {$users.total}

{$lang.top_authors}


{if $topAuthors} {foreach from=$topAuthors item=u} {/foreach}
{$u.username}
{/if}

{$lang.items_for_approve}


{if $items} {foreach from=$items item=i} {/foreach}
{$i.name}
{else} {$lang.no_items_for_approve} {/if}