Check for less than or equals condition (a <= b).
First value to be compared with second.
Second value to be compared with first.
Returns true if the first value is less than or equal to the second value, false otherwise.
{{lte val1 val2}}{{#if (lte val1 val2)}}...{{/if}} Copy
{{lte val1 val2}}{{#if (lte val1 val2)}}...{{/if}}
Check for less than or equals condition (a <= b).