<%- include("./partials/head") %> My Services
<% data.forEach(function(listItem){ %>
<%= listItem.name %>
<% if(listItem.data?.length){ %> <% if(listItem.name.includes("Servers")){ %>
Delete All Servers And Its Services (Bulk Delete) ?
<% } else if(listItem.name.includes("Services")) { %>
<% } %>
<% Object.keys(JSON.parse(JSON.stringify(listItem.data[0]))).forEach(function(title){ %> <% if(title != "id"){ %> <% } %> <% }) %> <% listItem.data.forEach(function(myObject, index){ %> <% Object.entries(JSON.parse(JSON.stringify(myObject))).forEach(function(arr){ %> <% if(arr[0] != "id"){ %> <% } %> <% }) %> <% }) %>
#<%= title %>Action
<%= index + 1 %> <%= arr[0] == "flag" ? (flags[arr[1]] ? flags[arr[1]] : "🚩") + " - " + arr[1] : arr[1] %> <% if(myObject.server_name){ %> <% } %> ✎ Edit
<% } else { %>

You Don't have any <%= listItem.from %>...

<% } %>
<% }) %>
<%- include("./partials/my-data") %>