India
<% _.each(_.orderBy(states, ['state']), function(object){ %> <% if (object.id === 'IN') return %>
<%- object.state %>
<% })%>