How to display large numbers with thousands separators with jinja?

Viewed 103

I work a lot with large numbers in tables and I would like to display the numbers this way: "1 000 000" or "1,000,000" instead of "1000000". Is there a filter that allows this with jinja or css ?

I haven't found it in the documentation or on the internet except using javascript.

0 Answers
Related