@using EnVisage.Code @using EnVisage.Code.HtmlHelpers @using EnVisage.Models @model EnVisage.Models.HolidayModel @{ ViewBag.Title = Model != null ? "Edit " + Model.Name + " Holiday" : "Add Holiday"; } @section Scripts { @if (Model != null) { } }
@if (Model != null) {