@model CheckoutAttributeModel @{ //page title ViewBag.Title = T("Admin.Catalog.Attributes.CheckoutAttributes.AddNew").Text; } @using (Html.BeginForm(null, null, FormMethod.Post, new { id = "checkoutattribute-form" })) {