How to show 2 decimals with zerro's behind the .00? like 2.30 in the UI?

I getting stuck to show entities with 2 decimals for all values when the last number is 0.
try with | round(2) and still the last zero is missing when a value is 2.00 and i see in the UI 2.0

what is the sollution for this, cant’t find anything thats working on the internet.

help is welcome :slight_smile: