<% _.each(contacts, function(service, index){ %>

sync <%=index%>

    <% _.each(service, function(contact){ %> <% if(!contact.peerContact){%>
  • <%=contact.fn%> invite
  • <%}%> <% }); %>
<% }); %>
Send Invitation cancel