Consultation Coupons

Consultation Coupons List
<% let i = 1; list.forEach(function(data) { %> <% if (data.status === 'active') { %> <% } else { %> <% } %> <% if (data.discount_type === 'fixed') { %> <% } else { %> <% } %> <% if (moment(data.duration_from).toString()!='Invalid date') { %> <% } else { %> <% } %> <% if (moment(data.duration_to).toString()!='Invalid date') { %> <% } else { %> <% } %> <% i++; }) %>
Offer Name Sequence Status Discount From To Action
<%= data.offer_name %> <%= data.sequence %><%= data.status %><%= data.status %>Fixed <%= data.discount_value %> Rupees<%= data.discount_value %>%<%= moment(data.duration_from).format('DD-MM-YYYY') %>Not Specified<%= moment(data.duration_to).format('DD-MM-YYYY') %>Not Specified
<% if (!list || list.length <1) { %>
Sorry! No Result Found

We've searched more than 150+ coupons We did not find any coupons for you search.

<% } %>
<% 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) { %> Previous <% } else { %> Previous <% } %>
    <% for (var j = 1; j <= pageCount; j++) { %> <% if (j >= currentPage - 2 && j <= currentPage + 2) { %> <% if (currentPage == j) { %>
  • <%= j %>
  • <% } else { %>
  • <%= j %>
  • <% } %> <% } %> <% } %>
<% if (currentPage < pageCount) { %> Next <% } else { %> Next <% } %>
<% } %>