SURVEY LIST
Survey List
Name | Age | Gender | Height | Weight | City | Mobile No | Food | Gluten Allergy | Medical Condition | BMI | Date | Action | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<%= data.name %> | <%= data.age %> years | <%= data.gender %> | <%= data.height %> <%= data.height_measurement_unit %> | <%= data.weight %> <%= data.weight_measurement_unit %> | <%= data.city %> | <%= data.country_code %> <%= data.mobile_no %> | <%= data.email %> | <%= data.food_preference %> | <%= data.gluten_allergy ? 'Yes' : 'No' %> | <%= data.medical_condition %> | <%= data.bmiResult %> | <%= moment(data.createdAt).format("MMM Do YY") %> |
Sorry! No Result Found
We've searched more than 150+ coupons We did not find any coupons 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 %> <% } %> <% } %> <% } %>