{{ user.username }}
VIP {{ user.vipLevel }}
{{ t('total_assets') }}
{{ Number(user.balance).toFixed(2) }}
{{ t('contract_payment') }}
{{ stats.contractPayment }}
{{ t('today_income') }}
+{{ stats.todayIncome }}
{{ t('team_commission') }}
{{ stats.totalCommission }}
{{ t('total_deposit') }}
{{ stats.totalDeposit }}
{{ t('total_withdraw') }}
{{ stats.totalWithdraw }}

{{ t('recent_records') }}

{{ t('all_records') }}

{{ t('no_data') }}
{{ typeText(r) }}
{{ r.time }}
{{ r.amount > 0 ? '+' : '' }}{{ r.amount }}
{{ statusText(r.status) }}
{{ t('change_password') }}