diff --git a/templates/card/de.html b/templates/card/de.html
index 087984f..f6736ce 100644
--- a/templates/card/de.html
+++ b/templates/card/de.html
@@ -55,7 +55,7 @@
- {{ range cards_swapped }}
+ {{ range .CardsSwapped }}
diff --git a/templates/card/en.html b/templates/card/en.html
index a09f6cd..3fe12c8 100644
--- a/templates/card/en.html
+++ b/templates/card/en.html
@@ -30,7 +30,7 @@
- {{#each cards}}
+ {{ range .Cards }}
{{ $.EventName }}
{{ $.CardSubtitle }}
@@ -55,7 +55,7 @@
- {{ range cards_swapped }}
+ {{ range .CardsSwapped }}