<% _.each(data.fields, function(field, index) {%>
<%= field %>
<%= data.data[index] %>
<% }); %>