1

I'm trying to express an amount with both cents and commas. I can find the way to do this for the cents, but not both. Here is what I am using for cents.

{{"$%.2f"|format(price)}}

I have tried the following

{{"${:,.2f}"|format(price)}}

But this generates an error

TypeError: not all arguments converted during string formatting
disruptive
  • 5,687
  • 15
  • 71
  • 135
  • Does this answer your question? [Jinja Templates - Format a float as comma-separated currency](https://stackoverflow.com/questions/12078571/jinja-templates-format-a-float-as-comma-separated-currency) – CodeLikeBeaker Apr 29 '22 at 20:07

0 Answers0