Topic:
<%= topic %>
Owner:
<%= owner %>
<% 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%> <% } %>
<% } %>
<% if (showImportExport) { %> <% } %>

Support Type

Support Type

<% for (var p in supportType) { %>

<%=supportType[p].display%>

    <% var count = people.length -1; %> <% for (var i=0; i < people.length; i++) { %> <% if (people[i].supportType.indexOf(p) > -1) { %>
  • <%=people[i].name%><% if (i < count) { %>, <% } %>
  • <% } %> <% } %>
<% } %>
<% 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%> <% } %>
<% } %>

Support Type

<% for (var p in supportType) { %>

<%=supportType[p].display%>

<% } %>
<% for (var p in peopleByProximity) { %>
<%=proximity[p]%>
<% var people = peopleByProximity[p] %> <% if ( people.length > 0 ) { %> <% for (var i=0; i < people.length; i++) { %>
<%=people[i].name%>
Influence: <%=influence[people[i].influence]%>
Support types: <% var count = people[i].supportType.length - 1; %> <% for (var j=0; j < people[i].supportType.length; j++) { %> <%=supportType[people[i].supportType[j]].display%><% if (j < count) { %>, <% } %> <% } %>
Notes: <% if ( people[i].notes ) { %> <%=people[i].notes%> <% } else { %> There are no notes for this person. <% } %>
<% } %> <% } else { %>
There is no one in this proximity.
<% } %> <% } %>