Announcement

Collapse
No announcement yet.

Support for nested {{#each}} iterator in PDF and email templates

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Support for nested {{#each}} iterator in PDF and email templates

    It seems that nested {{#each}} iterators are not yet supported in PDF templates. For example, the following construct does not work with the "Sales Orders" entity in espodemo:

    {{#each quote}}
    Amount: {{amount}}
    {{#each opportunity}}
    Opportunity: {{name}}
    {{/each}
    {{/each}}

  • #2
    I don'y know what do you mean. #each is supported and works well. Your example is not correct.

    Comment


    • #3
      I have the same problem.
      Is it possible to do that ?
      {{#each B}}
      {{#each C}}
      {{name}}
      {{/each}}
      {{/each}}


      https://forum.espocrm.com/forum/deve...-pdf-templates

      Comment

      Working...
      X