>
<% _.each(recipes, function(recipes) { %> <% if (recipes.description != "FlexGroup Item not in effect") { %>
{Literal}ID{/Literal}: <%= recipes.id%>
<%= recipes.description %>
{Literal}# of Recipe Items{/Literal}: <%= recipes.detailItems.length %>

<% } %> <% }); %>
add