Exercises
|
Title | Time | Exercises | Duration | Kcal Burn | Status | Action |
---|---|---|---|---|---|---|---|
|
<%= exercise.title %> | <%= moment(exercise.time, 'HH:mm:ss').format('hh:mm A') %> | <%= exercise.exerciseCount %> | <%= exercise.duration %> mins | <%= exercise.kcalBurn %> | <% if (exercise.status == 'inactive') { %> <% } else { %> <% } %> |
Sorry! No Result Found
We've searched more than 150+ Exercises We did not find any Exercises for you search.
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 %> <% } %> <% } %> <% } %>