diff --git a/templates/includes/macros.html.tera b/templates/includes/macros.html.tera
index 077a1f0..c03055f 100644
--- a/templates/includes/macros.html.tera
+++ b/templates/includes/macros.html.tera
@@ -46,7 +46,7 @@
{% if participants | length > 0 %}
{% for rower in participants %}
- {{ rower.name }} {% if rower.isGuest %} (Gast) {% endif %}(angemeldet seit {{ rower.registered_at }})
+ {{ rower.name }} {% if rower.is_guest %} (Gast) {% endif %}(angemeldet seit {{ rower.registered_at }})
{% endfor %}
{% else %}
{{ text }}