The amount in the local currency is "{{ amount | currency }}".

The amount in Euros (with the default currency symbol) is "{{ amount | currency:'EUR' }}".

The amount in Euros (with a label instead of a symbol) is "{{ amount | currency:'EUR':'Euros ' }}".