From f7e8edbf31a98c2b452721a50a3596354346fa0c Mon Sep 17 00:00:00 2001 From: ricky saunders Date: Tue, 21 Nov 2023 10:18:37 +0000 Subject: [PATCH] v5 --- app/views/v5/claims-dashboard-claim.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/views/v5/claims-dashboard-claim.html b/app/views/v5/claims-dashboard-claim.html index 0e31279..2add45d 100644 --- a/app/views/v5/claims-dashboard-claim.html +++ b/app/views/v5/claims-dashboard-claim.html @@ -67,7 +67,11 @@

+ {% if data.notification1 =="Party 1" %} + 100% complete + {% else %} 0% tasks complete + {% endif %}

@@ -79,7 +83,11 @@

+ {% if data.rmSummaryComplete =="yes" %} + 100% complete + {% else %} 0% tasks complete + {% endif %}