diff --git a/src/app/views/table.html b/src/app/views/table.html index b6b1e2e..f666cec 100644 --- a/src/app/views/table.html +++ b/src/app/views/table.html @@ -26,11 +26,13 @@ {{ else if eq $suiter.Role.Name "Guest" }} {{ $.Locals.Guest }} {{ end }} + {{ if eq .EventType "Suitwalk" }} {{ if $suiter.AttendsRestaurant }} ✓ {{ $.Locals.Yes }} {{ else }} ❌ {{ $.Locals.No }} {{ end }} + {{ end }} {{end}} @@ -44,7 +46,7 @@ {{ .Locals.Name }} {{ .Locals.Role }} {{ if eq .EventType "Suitwalk" }} - Restaurant + {{ .Locals.Restaurant }} {{ end }} @@ -63,6 +65,13 @@ {{ else if eq $suiter.Role.Name "Guest" }} {{ $.Locals.Guest }} {{ end }} + {{ if eq .EventType "Suitwalk" }} + {{ if $suiter.AttendsRestaurant }} + ✓ {{ $.Locals.Yes }} + {{ else }} + ❌ {{ $.Locals.No }} + {{ end }} + {{ end }} {{end}}