From 36374c462af6a15c55723da75109bf833d093fea Mon Sep 17 00:00:00 2001 From: "SHAKIR, Muhammad" Date: Mon, 18 Nov 2024 15:48:43 +0000 Subject: [PATCH] No banner display if app is completed --- .../Pages/ApplicationOverview.cshtml | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/Dfe.Academies.External.Web/Pages/ApplicationOverview.cshtml b/Dfe.Academies.External.Web/Pages/ApplicationOverview.cshtml index bfa1400fa..43145e06f 100644 --- a/Dfe.Academies.External.Web/Pages/ApplicationOverview.cshtml +++ b/Dfe.Academies.External.Web/Pages/ApplicationOverview.cshtml @@ -19,19 +19,21 @@

@Model.ApplicationType.GetDescription()

- -
-
-

- Important -

-
-
-

- You must submit the application by 11:55pm Friday 20 December 2024 to be eligible for the conversion support grant -

+ @if (Model.ApplicationStatus == ApplicationStatus.InProgress) + { +
+
+

+ Important +

+
+
+

+ You must submit the application by 11:55pm Friday 20 December 2024 to be eligible for the conversion support grant +

+
-
+ }

@Model.HeaderText