I use this code to display amount:
{{transaction.amount}} {{transaction.currency}}
Currently I have this output: 5603
Try to use currency filter:
{{transaction.amount | currency: transaction.currency}}