diff --git a/templates/planned.html.tera b/templates/planned.html.tera
index a3c2fac..b4c11a6 100644
--- a/templates/planned.html.tera
+++ b/templates/planned.html.tera
@@ -355,7 +355,7 @@
{# --- START Sidebar Content --- #}
- {% if trip.max_people == 0 %}
+ {% if trip.cancelled %}
{# --- border-[#f43f5e] bg-[#f43f5e] --- #}
{{ macros::box(participants=trip.rower,bg='[#f43f5e]',header='Absage', trip_details_id=trip.trip_details_id, allow_removing=loggedin_user.id == trip.cox_id) }}
{% else %}
@@ -395,7 +395,7 @@
{% else %}
- {% if trip.max_people == 0 %}
+ {% if trip.cancelled %}
Wenn du deine Absage absagen (:^)) willst, einfach entsprechende Anzahl an Ruderer oben eintragen.
{% else %}