%- include('header', {menu:'contacts'}) %>
# | Name | Date | Groups | Actions | |
---|---|---|---|---|---|
<%= index %> | <%= contacts[i].name %> | <%= contacts[i].email %> | <%= contacts[i].createdAt %> |
<% if (contacts[i]?.groupDetails && contacts[i].groupDetails.length> 0) { %>
<% contacts[i].groupDetails.forEach(group=> { %>
<%= group?.name %><% }); %> <% } %> |
|
No contacts found |
# | Name | Contacts | Actions |
---|---|---|---|
<%= index %> | <%= group[i].name %> | <%= group[i].ig_contacts.length %> |
you want to delete.