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 %}
+ {{ rower.name }} {% if rower.is_guest %} (Gast) {% endif %}
{% endfor %} {% else %} {{ text }}