Shopping List
{{#if this.combined.length>0}}
{{/if}}
-
{{#each this.combined}}
-
{{this.aisle}}{{this.ingredients.length}}
-
{{#each this.ingredients}}
-
-
{{this.name}}
{{#if this.orig.length>1}} in {{this.orig.length}} recipes {{else}} in {{this.orig.length}} recipe {{/if}}{{#each this.orig}}{{/each}}{{this.i}}{{this.n}}
{{/each}}
-
{{/each}}
-
-
{{#each this.recipes}} {{#if this.code}}
-
{{this.name}}
-
{{#each this.ingredients}}
- {{this.ingredient}} {{/each}}
{{/if}} {{/each}}