diff --git a/DigitalLearningSolutions.Web/Views/Supervisor/Index.cshtml b/DigitalLearningSolutions.Web/Views/Supervisor/Index.cshtml
index db4fcd24c2..07b71ef446 100644
--- a/DigitalLearningSolutions.Web/Views/Supervisor/Index.cshtml
+++ b/DigitalLearningSolutions.Web/Views/Supervisor/Index.cshtml
@@ -3,99 +3,99 @@
@model SupervisorDashboardViewModel;
@{
- ViewData["Title"] = "Dashboard";
- ViewData["Application"] = "Supervisor";
- ViewData["HeaderPathName"] = "Supervisor";
+ ViewData["Title"] = "Dashboard";
+ ViewData["Application"] = "Supervisor";
+ ViewData["HeaderPathName"] = "Supervisor";
}
@section NavMenuItems {
-
- @Model.DashboardData.StaffCount Staff @if (Model.DashboardData.StaffUnregisteredCount > 0) +
- @Model.DashboardData.ProfileCount Role Profiles -
-There are no tasks requiring your attention.
+There are no tasks requiring your attention.
+} +@if (Model.BannerText != null) +{ ++ @Model.DashboardData.StaffCount Staff @if (Model.DashboardData.StaffUnregisteredCount > 0) + { + + (@Model.DashboardData.StaffUnregisteredCount not registered) + + } +
++ @Model.DashboardData.ProfileCount Role Profiles +
+