marksaado
Results
1
issues of
marksaado
Hello there, I'm trying to loop array of objects called reservation_items, this is my code: {{#each reservation_items}} Item ID: {{this.itemId}} Quantity: {{this.value}} Item Price: {{this.itemPrice}} Item Name: {{this.name}} {{/each}} -...