diff --git a/templates/includes/macros.html.tera b/templates/includes/macros.html.tera index 59660f2..7fe7407 100644 --- a/templates/includes/macros.html.tera +++ b/templates/includes/macros.html.tera @@ -180,18 +180,24 @@
{% if participants | length > 0 %} {% for rower in participants %} - {{ rower.name }} - {% if rower.is_guest %}(Scheckbuch){% endif %} - {% if rower.is_real_guest %} - (Gast) - {% if allow_removing %} - Abmelden +
+ {{ rower.name }} + {% if rower.is_guest %}(Scheckbuch){% endif %} + {% if rower.is_real_guest %} + (Gast) + {% if allow_removing %} + + + + + Abmelden + + {% endif %} {% endif %} - {% endif %} - -
+ +
{% endfor %} {% else %} {{ text }}