+
+ {:else}
+
+ + Noch keine Gerichte geplant. +
+ + Zum Wochenplaner → + +
+
+
+
+
+ {#if warnings().length > 0}
+
+
+
+
+
+
+
+
+ + Bewertung im Detail +
+
+
+
+
+
+
+
+ + Protein-Verteilung +
+
+ {#each weekDayAbbrs as abbr, i}
+ {@const key = weekDayKeys[i]}
+ {@const protein = proteinByDay()[key]}
+ {@const isRepeated = protein && Object.values(proteinByDay()).filter((p) => p === protein).length > 1}
+
+
+ {abbr}
+
+ {/each}
+
+ {protein ? protein.slice(0, 3) : '—'}
+
+
+
+ {:else}
+
+ + Aufwandsverteilung +
+ {#if (effortCounts().easy + effortCounts().medium + effortCounts().hard) > 0} ++ Noch keine Gerichte geplant. +
+ {/if} +
+
+
+ {/if}
+ {/if}
+