diff --git a/src/app/views/table.html b/src/app/views/table.html
index f666cec..3304604 100644
--- a/src/app/views/table.html
+++ b/src/app/views/table.html
@@ -26,7 +26,7 @@
{{ else if eq $suiter.Role.Name "Guest" }}
{{ $.Locals.Guest }} |
{{ end }}
- {{ if eq .EventType "Suitwalk" }}
+ {{ if eq $.EventType "Suitwalk" }}
{{ if $suiter.AttendsRestaurant }}
✓ {{ $.Locals.Yes }} |
{{ else }}
@@ -65,7 +65,7 @@
{{ else if eq $suiter.Role.Name "Guest" }}
{{ $.Locals.Guest }} |
{{ end }}
- {{ if eq .EventType "Suitwalk" }}
+ {{ if eq $.EventType "Suitwalk" }}
{{ if $suiter.AttendsRestaurant }}
✓ {{ $.Locals.Yes }} |
{{ else }}