From 353ed2ffd42f20185dfc51c0d5191c4ef70fc0e0 Mon Sep 17 00:00:00 2001 From: Dave Arter Date: Wed, 12 Feb 2025 09:58:01 +0000 Subject: [PATCH] fixup! [Bexley] WIP show existing GGW subscription --- .../base/waste/_services_garden_current.html | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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 %]