<% if (recommendations[i].product.categories.indexOf('HAPPY_PRIX') > -1) { %>
HAPPY DAYS
<% } else if (promo === true) { %>
-<%= pastille_color %>%
<% } else if (recommendations[i].product.outlet && recommendations[i].product.outlet == 1 ) { %>
OUTLET
<% } else if (recommendations[i].product.new && recommendations[i].product.new == 1 ) { %>
NEW
<% } else if (recommendations[i].product.bestseller && recommendations[i].product.bestseller == 1) {%>
BEST
<% } else if (recommendations[i].product.exclu && recommendations[i].product.exclu == 1) {%>
EXCLU
<% }%>