Recipient \{{ 'Global' | Attribute:'OrganizationName' }}
Amount \{{ 'Global' | Attribute:'CurrencySymbol' }} \{{ TotalAmount | Format:'#,##0.00' }}
Date \{{ 'Now' | Date:'M/d/yyyy' }}
Transaction No. \{{ TransactionCode }}
Funds {% for amount in Amounts %} \{{ amount.AccountName }} \{{ 'Global' | Attribute:'CurrencySymbol' }}\{{ amount.Amount | Format:'#,##0.00' }}
{% endfor %}