>
<% _.each(flexGroups, function(flexGroups) { %>
<% if (flexGroups.itemDescription == "FlexGroup Item not in effect") { %> {Literal}Item Not In Effect{/Literal} <% } %> <% if (flexGroups.itemDescription != "FlexGroup Item not in effect") { %> <%= flexGroups.itemDescription %> <% } %>
{Literal}Price{/Literal}: <%= flexGroups.itemPrice%>

{Literal}Flex Items{/Literal}: <%= flexGroups.detailItems.length %>
<% }); %>
add