diff --git a/templates/card/de.html b/templates/card/de.html index 051316b..4a949d2 100644 --- a/templates/card/de.html +++ b/templates/card/de.html @@ -30,25 +30,25 @@
{{../eventname}}
-{{../card_subtitle}}
+{{ $.EventName }}
+{{ $.CardSubtitle }}
Mit Unterstützung von:
-{{this.runner.lastname}}, {{this.runner.firstname}} {{this.runner.middlename}}
-{{this.runner.group.fullName}}
+{{ .Runner.LastName }}, {{ .Runner.FirstName }} {{ .Runner.MiddleName }}
+{{ .Runner.Group.Name }}
{{../eventname}}
-{{../card_subtitle}}
+{{ $.EventName }}
+{{ $.CardSubtitle }}
Supported by:
-{{this.runner.lastname}}, {{this.runner.firstname}} {{this.runner.middlename}}
-{{this.runner.group.fullName}}
+{{ .Runner.LastName }}, {{ .Runner.FirstName }} {{ .Runner.MiddleName }}
+{{ .Runner.Group.Name }}