<% for (var i=0; i < people.length; i++) { %>
<% if ( people[i].notes ) { %>
<% } %>
<%=proximity[people[i].proximity]%>
<%=influence[people[i].influence]%>
<% for (var j=0; j < people[i].supportType.length; j++) { %>
<%=supportType[people[i].supportType[j]].display%>
<% } %>