@model CustomerAddressModel @{ //page title ViewBag.Title = T("Admin.Customers.Customers.Addresses.AddNew").Text; } @using (Html.BeginForm()) {