@{
Layout = "Layout.html";
ViewBag.Title = "New Starter details";
}
A new starter has joined and their account has been created.
Details:
| Name | @(Model.LastName), @Model.FirstName |
| Username | @Model.LoginID |
| @Model.Email | |
| Employment Status | @(Model.StarterType == "C" ? "Contractor" : "Staff") |
| Department Name | @Model.DepartmentName |
| Section | @Model.SectionName |
| Position | @Model.Position |
| Arrival Date | @Model.ArrivalDate |
| Departure Date | @Model.EndDate |