Is there a django template filter to display percentages?
- by jbochi
I would like something similar to the string formatting from the standard library.
'%' Percentage. Multiplies the number
by 100 and displays in fixed ('f')
format, followed by a percent sign.