Exercise Plans

Exercise Plans List
<% let i = 1; list.forEach(function(data) { %> <% i++; }) %>
Plan Name Plan For Action
<%= data.name %> <%= data.planFor == '<20' ? 'Less than 20 years' : data.planFor == '20-30' ? 'Between 20-30 years' : data.planFor == '31-40' ? 'Between 31-40 years' : data.planFor == '41-50' ? 'Between 41-50 years' : data.planFor == '51-60' ? 'Between 51-60 years' : data.planFor == '>60' ? 'More than 60 years' : '' %>
<% if (!list || list.length <1) { %>
Sorry! No Result Found

We've searched more than 150+ plans We did not find any plan 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 <% } %>
<% } %>