<% _.each(associationTypes, function (associationType) { %>
<%- __( numberAssociationLabelKey, { productCount: associationType.productCount, productModelCount: associationType.productModelCount, groupCount: associationType.groupCount } ) %>
<% if ('products' === currentAssociationTarget) { %> <%- showProductsLabel %> <% } else { %> <%- showGroupsLabel %> <% } %>
<% }); %>