@model DeliveryTimeModel @{ //page title ViewBag.Title = T("Admin.Configuration.DeliveryTimes.AddNew").Text; } @using (Html.BeginForm()) {
@T("Admin.Configuration.DeliveryTimes.AddNew") @Html.ActionLink("(" + T("Admin.Configuration.DeliveryTimes.BackToList") + ")", "List")
@Html.Partial("_CreateOrUpdate", Model) }