@model CustomerAddressEditModel @using SmartStore.Web.Models.Customer; @{ Layout = "~/Views/Shared/_Root.cshtml"; //title Html.AddTitleParts(T("PageTitle.Account").Text); } @using (Html.BeginForm()) {