CASE: print large numbers into human language

We might have a large number to display in our legal reports f.i.:
23

We might want to “humanise” this a bit and express this large number into something like 5 Billion.

With the number_to_human you can, like this:

{{ -#70 | number_to_human }}

has as output:
01

It’ll round to 2 decimals of the largest number automatically.