How to define/personalize an if else condition for AJO API Trigger Campaigns email templates for {{context.make}} for below pattern
<% if((make!='a') && (make!='b') && (make!='c') && (make!='d')){%>
"a"
</a>
<%} else if((make=='a') && (model=='b')){%>
"b"
</a>
<%} else {%>
"c"
</a>
<%}%>