<%=noOfContacts%>
Contact Selected
Add To Group
Create New Group
<% if (groups.length === 0) { %>
No groups available. Please create a group.
<% } else { %> <% _.each(groups.models, function(group) { if(group.get("id")!="1000"){ %>
"> <%=group.get("name") %>
<% }})} %>
<% _.each(contactCollection.models , function(contact){ %>
<%=contact.get("displayName")%>
<%=contact.get("defaultPhone")%>
<% }); %>