{{ libraOwesUser ? t('libra.balance.owedToYou') : t('libra.balance.youOwe') }}
@@ -122,6 +157,63 @@ function formatFiat(amount: number, currency: string): string { + ++ {{ formatAmount(totalIncomeSats) }} + sats +
++ {{ formatFiat(amount, currency) }} +
++ Collected on behalf of the organization — you owe this back. +
++ {{ formatAmount(totalExpensesSats) }} + sats +
++ {{ formatFiat(amount, currency) }} +
++ Paid on the organization's behalf — owed back to you. +
+