Water Intake

Water Intake List
<% var i = 1; list.forEach(function(data) { %> <% i++; }) %>
Customer Left Taken Water Time Action
<%= data?.customer?.fullName %> <%= data.leftGoal %> L <%= moment(data.today+'T'+data.time).format('DD MMM, YYYY') %> <%= moment(data.today+'T'+data.time).format('h:mm A') %> Edit Delete
<% if (!list || list.length <1) { %>
Sorry! No Result Found

We've searched more than 150+ transformation videos We did not find any transformation video 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) { %> <% } else { %> <% } %> <% for (var i = 1; i <= pageCount; i++) { %> <% if (i >= currentPage - 2 && i <= currentPage + 2) { %> <% } %> <% } %> <% if (currentPage < pageCount) { %> <% } else { %> <% } %>
<% } %>