fix(display-attendies): fix template
This commit is contained in:
parent
be03226aa4
commit
bd6e60d461
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
{{ else if eq $suiter.Role.Name "Guest" }}
|
||||
<td>{{ $.Locals.Guest }}</td>
|
||||
{{ end }}
|
||||
{{ if eq .EventType "Suitwalk" }}
|
||||
{{ if eq $.EventType "Suitwalk" }}
|
||||
{{ if $suiter.AttendsRestaurant }}
|
||||
<td class="tdgreen">✓ {{ $.Locals.Yes }}</td>
|
||||
{{ else }}
|
||||
|
@ -65,7 +65,7 @@
|
|||
{{ else if eq $suiter.Role.Name "Guest" }}
|
||||
<td>{{ $.Locals.Guest }}</td>
|
||||
{{ end }}
|
||||
{{ if eq .EventType "Suitwalk" }}
|
||||
{{ if eq $.EventType "Suitwalk" }}
|
||||
{{ if $suiter.AttendsRestaurant }}
|
||||
<td class="tdgreen">✓ {{ $.Locals.Yes }}</td>
|
||||
{{ else }}
|
||||
|
|
Loading…
Add table
Reference in a new issue