diff --git a/templates/index.html.tera b/templates/index.html.tera index 833c883..39f6976 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -38,7 +38,7 @@ {% for planned_event in day.planned_events | sort(attribute="planned_starting_time") %} {% set amount_cur_cox = planned_event.cox | length %} {% set amount_cox_missing = planned_event.planned_amount_cox - amount_cur_cox %} -
+
@@ -161,7 +161,7 @@ {# --- START Trips --- #} {% if day.trips | length > 0 %} {% for trip in day.trips | sort(attribute="planned_starting_time") %} -
+
{% if trip.max_people == 0 %}