Rounding
Integers can be rounded with the round
filter
Make sure to cast floats and strings to integers to properly round them!
Basic Currency
Python’s format method can be used on strings to format currency:
International Currency
Using swu.lib
you have access to Babel’s number functions
Troubleshooting
Still getting errors? Your value may be coming in as a string, try converting it to a float: