@if (loading) {
}
@if (gettitle) {
{{gettitle}}
}
@if (getsn) {
Śniadanie
@for (i of ls.defaultItems.sn; track i) {
- {{i}}
}
@for (i of getsn.fancy; track i) {
- {{i | capitalize}}
}
@if (getsn.second) {
- {{getsn.second | capitalize}}
}
}
@if (getob) {
Obiad
@if (getob.soup) {
- Z: {{getob.soup}}
}
@if (getob.vege) {
- V: {{getob.vege}}
}
@if (getob.meal) {
- {{getob.meal}}
}
@for (i of getob.condiments; track i) {
- {{i}}
}
@if (getob.drink) {
- {{getob.drink}}
}
@for (i of getob.other; track i) {
- {{i}}
}
}
@if (getkol) {
Kolacja
}
@if (!(getkol || getob || getsn || loading || gettitle)) {
Brak danych, wybierz inny dzień.
}