<% if (ob.validShippingOptions.length) { %>
<% ob.validShippingOptions.forEach((option, i) => { option.services.forEach((service, j) => { %>
data-name="<%= option.name %>" data-type="<%= option.type %>" data-service="<%= service.name %>" name="shippingOption">
<% }); %> <% }); %>
<% } else { %>
<%= ob.polyT('purchase.noShippableAddresses') %>
<% } %>