diff --git a/templates/board/boathouse.html.tera b/templates/board/boathouse.html.tera index c70cb17..a92fbd4 100644 --- a/templates/board/boathouse.html.tera +++ b/templates/board/boathouse.html.tera @@ -8,16 +8,21 @@ {% set place = boathouse[aisle][side_name] %} {% if place[level] %} {{ place[level].1.name }} X + {% elif boats | length > 0 %} +
+ Kein Boot +
+ {{ macros::select(label="Boot", data=boats, name="boat_id", id="boat_id", display=["name", " (","amount_seats", " x)"], wrapper_class="col-span-4") }} + + + + +
+
{% else %} -
- {{ macros::select(label="Boot", data=boats, name="boat_id", id="boat_id", display=["name", " (","amount_seats", " x)"], wrapper_class="col-span-4") }} - - - - -
+ Kein Boot {% endif %} {% endmacro show_place %}