<% var sector=_.uniqBy(data, 'sector' ) %> <% sector=_.orderBy(sector, 'sector' , ['asc']) %> <% var year=_.uniqBy(data, 'year' ) %>
<% _.each(sector, function(d){ %>
<%- d['sector'] %>
<% }) %>
<% _.each(year, function(d){ %>
<%- d['year'] %>
<% }) %>
Apply