<% if (userType=="staff" ){ %>
<% }else{ %>
<% } %>
All Products
ID |
Product Name |
Demo Username |
Demo Password |
Balance |
Status |
Action |
<% for(var i=0; i < products.length; i++) { %>
<% if (products[i].status=='active' ){%>
<% }else{ %>
<% } %>
<%= products[i].display_order %>
|
<%= products[i].product_name %>
|
<%= products[i].product_username %>
|
<%= products[i].product_password %>
|
<%= products[i].product_balance %>
|
<% if( products[i].status=="active" ){ %>
<%= products[i].status %>
<% }else { %>
<%= products[i].status %>
<% } %>
|
<% if (userType=="staff" ){ %>
Not Allow
<% }else{ %>
<% if( products[i].status=="active" ){ %>
<% }else { %>
<% } %>
<% } %>
|
<% } %>
<% include ./partials/script %>
<% if (userType !="staff" ){ %>
<% } %>
<% if (message){ %>
<% } %>