If statement

Description :

With an if statement, you can easily make tests within your scripts templates.

Syntax :

An if and else statement starts with <% (or [%) and end with %> (or %]).
An if statement also requires opening and closing brackets {}
An if statement may have an operator like = or <
You can call any combination of script, service, or meta model link on both sides of the operator.

Example :