<% _.each(options, function(opt) { %> <% if (opt.value && opt.value != '') { %>
  • <% if (opt.color) { %>
     
    <% } %>
    <%= opt.label %>
  • <% } %> <% }); %>