Convert money to words in a Merge Template

Convert currency data into words using the money_to_words format specifier.

You can convert currency data into words by using the following tag:
  • {$projectteam_0001|money_to_words}
For example, "10.50" would be converted to "ten dollars and 50 cents"

You can also specify a currency type:
  • {$projectteam_0001|money_to_words:"euro"} 
For example, "11" would be converted to "eleven euros"