<%
_.each(descriptors,function(descriptor, index){
%> <% if (index % 2 == 0) { %>
<% } %>
<%= descriptor.name %>
<% if (index % 2 == 1) { %>
<% } %> <% }); %>
<%
_.each(international_descriptors,function(descriptor, index){
%> <% if (index % 2 == 0) { %>
<% } %>
<%= descriptor.name %>
<% if (index % 2 == 1) { %>
<% } %> <% }); %>
<%
_.each(filterable_networks,function(network, index){
%> <% if (index % 2 == 0) { %>
<% } %>
<%= network.name %>
<% if (index % 2 == 1) { %>
<% } %> <% }); %>