<% include ./partials/head %>
<% if (userType=="staff" ){ %>
<% }else{ %>
<% } %>

All Products

<% for(var i=0; i < products.length; i++) { %> <% if (products[i].status=='active' ){%> <% }else{ %> <% } %> <% } %>
ID Product Name Demo Username Demo Password Balance Status Action

<%= 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/footer %>
<% include ./partials/script %> <% if (userType !="staff" ){ %> <% } %> <% if (message){ %> <% } %>