+
+ {:else}
+
+ + Noch keine Gerichte geplant. +
+ + Zum Wochenplaner → + +
+
+
+
+
+ {#if warnings.length > 0}
+
+
+
+
+
+
+
+
+ + Bewertung im Detail +
+
+
+
+
+
+
+
+ + Protein-Verteilung +
+
+ {#each weekDayAbbrs as abbr, i (weekDayKeys[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.split(' ')[0].slice(0, 3).toUpperCase() : '—'}
+
+
+
+ {:else}
+
+ + Aufwandsverteilung +
+ {#if (effortCounts.easy + effortCounts.medium + effortCounts.hard) > 0} ++ Noch keine Gerichte geplant. +
+ {/if} +
+
+
+ {/if}
+ {/if}
+