I'm just looking for clarification on the status of #if statements in email templates. I'd like to do something like:
I thought this would work since https://docs.espocrm.com/user-guide/...mail-templates says it has Handlebars support since 5.9.0.
I know from some posts say it will only work right on PDF templates and it does, which is great!
I appreciate any help on the status of #if statements in email templates in 6.1.5.
Thanks,
Andrew
Code:
Dear {{#if Person.salutationName}}{Person.salutationName}{{else}}{Person.firstName}{{/if}} {Person.lastName},
I know from some posts say it will only work right on PDF templates and it does, which is great!
I appreciate any help on the status of #if statements in email templates in 6.1.5.
Thanks,
Andrew
Comment