{t[lang].preparation}

{t[lang].bulkFermentation}

{t[lang].finalFermentation}

{t[lang].baking}

bei

°C

{t[lang].cooking}

{t[lang].totalTime}

{t[lang].instructions}

{#each instructions as list, list_index} {#if list.type === 'reference'}
📋 {t[lang].baseRecipe}: {list.name || t[lang].unnamed}
{#if list.stepsBefore && list.stepsBefore.length > 0}

{t[lang].additionalStepsBefore}

    {#each list.stepsBefore as step, step_index}
  1. {/each}
{/if}
{t[lang].baseRecipeContent}
{#if list.stepsAfter && list.stepsAfter.length > 0}

{t[lang].additionalStepsAfter}

    {#each list.stepsAfter as step, step_index}
  1. {/each}
{/if}
{:else}

    {#each list.steps as step, step_index}
  1. {/each}
{/if} {/each}
do_on_key(event, 'Enter', false , add_new_step)} >

do_on_key(event, 'Enter', true , add_new_step)}>

{t[lang].editStep}

do_on_key(event, 'Enter', false , edit_step_and_close_modal)}>

do_on_key(event, 'Enter', true , edit_step_and_close_modal)}>

{t[lang].renameCategory}

do_on_key(event, 'Enter', false, edit_subheading_steps_and_close_modal)}>