@model CustomerModel
@using Newtonsoft.Json
@if (Model.CountryEnabled && Model.StateProvinceEnabled)
{
}
@if (Model.UsernamesEnabled)
{
}
@if (Model.GenderEnabled)
{
}
@if (Model.DateOfBirthEnabled)
{
}
@if (Model.CompanyEnabled)
{
}
@if (Model.StreetAddressEnabled)
{
}
@if (Model.StreetAddress2Enabled)
{
}
@if (Model.ZipPostalCodeEnabled)
{
}
@if (Model.CityEnabled)
{
}
@if (Model.CountyEnabled)
{
}
@if (Model.CountryEnabled)
{
}
@if (Model.CountryEnabled && Model.StateProvinceEnabled)
{
}
@if (Model.PhoneEnabled)
{
}
@if (Model.FaxEnabled)
{
}
@if (Model.CustomerAttributes.Count > 0)
{
@await Html.PartialAsync("_CustomerAttributes", Model.CustomerAttributes)
}
@if (Model.DisplayVatNumber)
{
}
@if (Model.AllowCustomersToSetTimeZone)
{
}
@if (Model.AvailableNewsletterSubscriptionStores != null && Model.AvailableNewsletterSubscriptionStores.Count > 0)
{
}
@if (Model.AffiliateId > 0)
{
}
@if (!string.IsNullOrEmpty(Model.MultiFactorAuthenticationProvider))
{
}
@if (Model.Id > 0 && Model.CustomerAssociatedExternalAuthRecordsSearchModel.AssociatedExternalAuthRecords.Count > 0)
{
}
@if (Model.DisplayRegisteredInStore)
{
}
@if (Model.Id > 0)
{
}
@if (Model.Id > 0)
{
}
@if (Model.Id > 0)
{
}
@if (Model.Id > 0 && !string.IsNullOrEmpty(Model.LastVisitedPage))
{
}