<%- artno %>: <%- product.sku %>
<% if (product.skuUsa) { %>
<%- artnoUsa %>: <%- product.skuUsa %>
<% } %>
<%- product.name %>
<% if (typeof configurable_attributes != 'undefined') { %>
<% _.each(configurable_attributes, function(attr) { %>
<%- attr.label %>:
<%- attr.value %>
<% });
} %>
<% if (product.cart_quantity == 1) { %>
<%- quantity %>: <%- product.cart_quantity %> <%- piece %>
<% } else { %>
<%- quantity %>: <%- product.cart_quantity %> <%- pieces %>
<% } %>