Hi, I want to do pdf template for case:
Case name:{{name}}<br>
Accounts:<br>
{{#each accounts}}
Account name:{{name}}<br>
{{#each contacts}} // of course in listed account
Contact name:{{name}}<br>
{{/each}}
<br>
{{/each}}
but i cant go deeper than 1 level.
is it normal that each in each not work or some mistake from me??
thank you
Case name:{{name}}<br>
Accounts:<br>
{{#each accounts}}
Account name:{{name}}<br>
{{#each contacts}} // of course in listed account
Contact name:{{name}}<br>
{{/each}}
<br>
{{/each}}
but i cant go deeper than 1 level.
is it normal that each in each not work or some mistake from me??
thank you
Comment