if/else
){{}}
. When you provide your custom data, Docupilot will replace these fields with the data. For example {{email}}, {{client_name}}, {{company_name}}.if/else
)if
Statement.if - else
Statement.if - else if - else
Statement{{#if payment_status}}
{{/if}}
{{#if payment_status "==" "paid"}}
{{/if}}
{{#if payment_status "!=" "paid"}}
{{/if}}
{{#if price ">" 1000}}
{{/if}}
{{#if price ">=" 1000}}
{{/if}}
{{#if price "<" 1000}}
{{/if}}
{{#if price "<=" 1000}}
{{/if}}
{{#if month "in" "January, February, March"}}