diff --git a/templates/web/base/waste/_services_garden_current.html b/templates/web/base/waste/_services_garden_current.html
index 89d64d1751..56a710f12d 100644
--- a/templates/web/base/waste/_services_garden_current.html
+++ b/templates/web/base/waste/_services_garden_current.html
@@ -6,15 +6,17 @@
[%~ PROCESS 'waste/_services_garden_subscription.html' ~%]
-
-
Renewal
- [% date.format(unit.end_date _ ' 00:00:00', '%d %B %Y') %]
- [%~ ' Cancellation in progress' IF pending_cancellation %]
- [%~ ', soon due for renewal.' IF unit.garden_due AND NOT waste_features.garden_renew_disabled ~%]
-
-
+ [% IF unit.end_date %]
+
+
Renewal
+ [% date.format(unit.end_date _ ' 00:00:00', '%d %B %Y') %]
+ [%~ ' Cancellation in progress' IF pending_cancellation %]
+ [%~ ', soon due for renewal.' IF unit.garden_due AND NOT waste_features.garden_renew_disabled ~%]
+
+
+ [% END %]
[% IF ( unit.garden_due ) AND NOT waste_features.garden_renew_disabled %]