<%if(parameters.showHeader){%>

Manage Your Subscriptions

Your email address: <%=email%>
<%}%> <% if(subList) { %>

Subscriptions

<% for(let i=0;i
<% if(subList[i].IsSubscribed) { %> <% } else { %> <% } %>
<%=subList[i].Organization%>
<% } %>
<% } %> <% if(interestList && interestList.length > 0) { %>

Ministries & Interests

<% for(let i=0;i
<% if(interestList[i].IsSubscribed) { %> <% } else { %> <% } %>
<%=interestList[i].Organization%>
<% } %>
<% } %>