| {{ (transaction && transaction.amount) || (1 * getRate(currency.code)) | moneypad(currency) }} |
| {{ getRate(currency.code) | moneypad(currency) }} |
| {{ 1 | money(currency) }} | {{ (1 / getRate(currency.code)) | moneypad(transaction && transaction.mainCurrency) }} |