+
@T("Admin.Configuration.Shipping.StateProvinceRestrictions.Description")
+
+
+
+ @if (Model.AvailableStateProvinces.Count == 0)
+ {
+
No states/provinces defined
+ }
+ else if (Model.AvailableShippingMethods.Count == 0)
+ {
+
No shipping methods available
+ }
+ else
+ {
+
+
+
+ }
+