@{ Layout = "Layout.html"; ViewBag.Title = "Staff or Contractor Departure"; } A user is departing BIS within the next 5 working days. Details:

Name @Model.FullName
Username @Model.UserName
Employment Status @(Model.PersonType == "C" ? "Contractor" : "Staff")
Department Name @Model.DepartmentName