I'm trying to use an if/else statement with an OR condition but neither "or" or "||" works. Please advise.
<iw_if expr=' {iw_value name="x.category"/} ne "Video Perspectives" || "Perspectives – Vidéo (en Anglais)" ' >
<iw_then>"description": "<iw_value name="x.description"/>",
"link": "/files/documents/<iw_value name="x.link"/>",</iw_then>
<iw_else>"description":"",
"link":"play", </iw_else></iw_if>