@model ManufacturerModel @{ //page title ViewBag.Title = T("Admin.Catalog.Manufacturers.AddNew").Text; } @using (Html.BeginForm(null, null, FormMethod.Post, new { id = "manufacturer-form" })) {
@T("Admin.Catalog.Manufacturers.AddNew") (@T("Admin.Catalog.Manufacturers.BackToList"))
@Html.Partial("_CreateOrUpdate", Model) }