| {{ t('billing.transactions.date') }} | {{ t('billing.transactions.code') }} | {{ t('billing.transactions.amount') }} |
|---|---|---|
| {{ formatTimestamp(tx.timestamp) }} | {{ tx.codeName || tx.code || '—' }} | {{ tx.direction === 'credit' ? '+' : '-' }}{{ formatAmount(tx.amount) }} |