IfNotEqual Tag

A shortcut for a if with not equals operator

Example


{% ifnotequal TestValue 'testing' %}Value Is NOT Testing{% else %}Value Is Testing{% endifnotequal %}