{% if SOME_PERCENT < 100 %}
doesnt work as intended if the number is 86.45, only if its 86Is there another way to write it?
{% if SOME_PERCENT < 100 %}
doesnt work as intended if the number is 86.45, only if its 86Well spotted, its doesnt work if the number is with comma decimal = 86,45