@using Nop.Core.Domain.Catalog @using Nop.Services @model AddressAttributeModel
@(await Html.LocalizedEditorAsync("addressattribute-localized", @
, @
))
@{ IEnumerable attributeControlTypes = await ((AttributeControlType)Model.AttributeControlTypeId) .ToSelectListAsync(valuesToExclude: //these attributes don't support some control types new[] { (int)AttributeControlType.FileUpload, (int)AttributeControlType.Datepicker, (int)AttributeControlType.ColorSquares, (int)AttributeControlType.ImageSquares }); }