<% include ./partials/head %>

All Members

From Date : To Date :
<% if (userType==='superadmin' || userType==='admin' ) { %> <% for(var i=0; i < customers.length; i++) { %> <% if (customers[i].status=='active' ){%> <% }else{ %> <% } %> <% } %>
No Member Contact No. Bank Account No. Special Remark Date Status Action
<%= customers[i].id %> MS<%= customers[i].username %> <% if (userType=="staff" ){ %> ******<%= customers[i].phone_no.substring(customers[i].phone_no.length - 4) %> <% }else{ %> <%= customers[i].phone_no %> <% } %> <%= customers[i].bank_name %> <%= customers[i].bank_account %> <%= customers[i].special_remark %> <%= customers[i].member_date %> <% if(customers[i].status=='active' ){ %>
Active
<% } else{ %>
Blacklist
<% } %>
<% if(customers[i].status=='active' ){ %> <% } else{ %> <% } %>
<% } else { %> <% for(var i=0; i < customers.length; i++) { %> <% if (customers[i].status=='active' ){%> <% }else{ %> <% } %> <% } %>
No Member Contact No. Bank Account No. Special Remark Date Status Action
<%= customers[i].id %> MS<%= customers[i].username %> <% if (userType=="staff" ){ %> ******<%= customers[i].phone_no.substring(customers[i].phone_no.length - 4) %> <% }else{ %> <%= customers[i].phone_no %> <% } %> <%= customers[i].bank_name %> <%= customers[i].bank_account %> <%= customers[i].special_remark %> <%= customers[i].member_date %> <% if(customers[i].status=='active' ){ %>
Active
<% } else{ %>
Blacklist
<% } %>
<% if(customers[i].status=='active' ){ %> <% } else{ %> <% } %>
<% } %>
<% include ./partials/footer %>
<% include ./partials/script %>