Contact-Us

<% var i=1; list.forEach(function(data) { %> <% i++; }) %>
# Name Phone No Email View
<%= i %> <%= data.name %> <%= data.ph_number %> <%= data.email %>
<% if (listCount > 0) { %>
Showing <% if (((currentPage - 1) * pageSize) + 1 == listCount) { %> <%= listCount %> <% } else { %> <%= ((currentPage - 1) * pageSize) + 1 %> to <%= currentPage == pageCount ? listCount : (currentPage * pageSize) %> <% } %> of <%= listCount %> entries
<% if (currentPage > 1) { %> <% } else { %> <% } %> <% for (var j = 1; j <= pageCount; j++) { %> <% if (j >= currentPage - 2 && j <= currentPage + 2) { %> <% } %> <% } %> <% if (currentPage < pageCount) { %> <% } else { %> <% } %>
<% } %>