{{ error }}
{{ formatCredits(purchasedCredits) }}
{{ formatCredits(earnedCredits) }}
{{ formatCredits(serviceCoins) }}
{{ formatCredits(voucherBalance) }}
{{ t('finance.noTransactions') }}
{{ tx.description || tx.transaction_type || t('finance.transaction') }}
{{ formatDate(tx.created_at) }}
{{ tx.entry_type === 'CREDIT' ? '+' : '-' }}{{ formatCredits(tx.amount) }}
#{{ String(tx.id).slice(0, 8) }}