How could I compare two strings which are actually floating numbers? Something like "0.1234" < "0.2345"
. Unfortunately, I can't use float
on the strings since this function does not exist in jinja.
The problem that I try to solve is that I want to present only values above a threshold.