<if condition="$foo == 0"> Value is zero <else /> <if condition="$foo > 0"> Value is bigger than zero <else /> Value is smaller than zero </if> </if>