|
{{ transaction.destination_account_name }}
|
{{ transaction.description }} |
{{ transaction.date.formatLocalized(monthAndDayFormat) }}
|
{{ formatAmountBySymbol(transaction.amount, transaction.currency_symbol, transaction.currency_decimal_places) }}
{% if null != transaction.foreign_amount %}
({{ formatAmountBySymbol(transaction.foreign_amount, transaction.foreign_currency_symbol, transaction.foreign_currency_decimal_places) }})
{% endif %}
|
{% endfor %}