Form List

Form List

<% var i=1; list.forEach(function(data) { %> <% i++; }) %>
# Name Title Image Status Action
<%= data.i %> <%= data.formName %> <%= data.title %> <%= data.status %> <%if(data.status=='active' || data.status=='active') {%> <% } else {%> <% } %>
<% if (!list || list.length <1) { %>
Sorry! No Result Found

We did not find any contact us for you.

<% } %> <% 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 i = 1; i <= pageCount; i++) { %> <% if (i >= currentPage - 2 && i <= currentPage + 2) { %> <% } %> <% } %> <% if (currentPage < pageCount) { %> <% } else { %> <% } %>
<% } %>