Hier wird für Sie gebaut!
\ No newline at end of file +@using BeWoPlanerMobil.Models; +@using BS.Shared.Extensions + +@model CustomerModel + + + +@foreach(var absenceTime in Model.SelectedCustomer.AbsenceTimes) +{ + if(absenceTime.Start is null) + { + continue; + } + + @* + ToDo: Startdatum und -zeit, Enddatum und -zeit, Kategorie, Erläuterung + *@ + + +} \ No newline at end of file diff --git a/BeWoPlanerMobil/Views/Main/SingleBookingPartial.cshtml b/BeWoPlanerMobil/Views/Main/SingleBookingPartial.cshtml index 52a5d7576..68ad69274 100644 --- a/BeWoPlanerMobil/Views/Main/SingleBookingPartial.cshtml +++ b/BeWoPlanerMobil/Views/Main/SingleBookingPartial.cshtml @@ -216,7 +216,7 @@