{{ t('withdraw_title') }}
{{ t('withdraw_available') }}
{{ Number(user.balance).toFixed(2) }} USDT
{{ net.name }}
{{ t('min_withdraw') || '最低提币' }}: {{ currentNetwork.minWithdraw }} USDT ({{ t('amount_too_low') || '金额过低' }})
{{ t('withdraw_fee') || 'Fee (10%)' }}: -{{ fee }} USDT
{{ t('actual_arrival') || 'Actual Amount' }}: {{ actualAmount }} USDT

{{ t('withdraw_notice_title') || 'Withdrawal Notice' }}:

{{ withdrawNote }}

{{msg}}