From 4c6ef71a1711ee5c0b5c76dfbcb4e017219100e4 Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Fri, 19 Apr 2024 12:48:23 +0200 Subject: [PATCH] [TASK] improve btn sidebar unregister guest --- templates/includes/macros.html.tera | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) 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 }}