Hello
today when i decide to modify default template for mail with invitations i saw that here is something like this:
Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}
And i'm wondering, how ca i use those if's and elses in other cases, for example to add text from description field if status of record is "completed" in task entity. Is that possible?
today when i decide to modify default template for mail with invitations i saw that here is something like this:
Start: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}
And i'm wondering, how ca i use those if's and elses in other cases, for example to add text from description field if status of record is "completed" in task entity. Is that possible?