{%- if ing.ingredient is defined and ing.ingredient != "" -%} {%- if ing.amounts is defined and ing.amounts != "" and ing.amounts.blocks is defined and ing.amounts.blocks != "" -%} {%- if ing.amounts.blocks != [] -%} {%- set ingredient_counter = loop.index -%} {%- for amt in ing.amounts.blocks -%} {%- if loop.index == prt_loop -%} {%- if amt.amount is defined and amt.amount != "" and amt.amount != 0 and amt.amount != '0' -%} {{- '\n ' -}}
  • {{- '\n ' -}} {%- if ing.processing is defined and ing.processing != "" and ing.processing.blocks is defined and ing.processing.blocks != "" -%} {%- if ing.processing.blocks != [] -%} {{- ' | ' -}} Verarbeitungshinweis #{{- ingredient_counter | string -}} {%- endif -%} {%- endif -%} {%- if ing.notes is defined and ing.notes != "" and ing.notes.blocks is defined and ing.notes.blocks != "" -%} {%- if ing.notes.blocks != [] -%} {{- ' | ' -}} Notiz #{{- ingredient_counter | string -}} {{- '\n ' -}} {%- endif -%} {%- endif -%} {%- if ing.substitutions is defined and ing.substitutions != "" -%} {%- if ing.substitutions.blocks is defined and ing.substitutions.blocks != "" -%} {%- if ing.substitutions.blocks != [] -%} {{- '\n ' -}} {%- endif -%} {%- endif -%} {%- endif -%} {{- '\n ' -}}
  • {%- endif -%} {%- endif -%} {%- endfor -%} {%- endif -%} {%- endif -%} {%- endif -%} {%- endfor -%}