<% var sortTypes = [{id:"valuedesc", name:"Order by value descending"},
{id:"valueasc", name:"Order by value ascending"},
{id:"alphabetical", name:"Order by label"},
{id:"top5", name:"Show top 5"},
{id:"bottom5", name:"Show bottom 5"}]; %>
<% _.each(sortTypes, function(i){ %>
<% }); %>