<% _.each(outputs, function(output) { %>
  • <%= output.name %> <% if (output.enabled === true) { %> <% } else { %> <% } %>

  • <% }); %>