Wird ersetzt

{replacingName}{#if replacingMeta} · {replacingMeta}{/if}

Ersetzen durch (einfachste zuerst)

{#if visibleRecipes.length === 0}

Keine Rezepte verfügbar.

{:else} {#each visibleRecipes as recipe (recipe.id)} {@const meta = recipeMeta(recipe)} {@const alreadyPlanned = currentWeekRecipeIds.has(recipe.id)}

{recipe.name}

{#if meta}

{meta}

{/if} {#if alreadyPlanned}

⚠ Bereits diese Woche

{/if}
{/each} {/if} {#if oncancel} {/if}