<%- include("./partials/head") %> My SMM Services
<% if(services.length) { txt = "Re-Import" %> <% } else { txt = "Import" } %>
My SMM Services
<% if(services?.length){ %>
<% services.forEach(function(myObject, index){ %> <% }) %>
# Name Description Price Action
<%= index + 1 %> <%= myObject.name %> <%= myObject.description %> <%= myObject.price %> ✎ Edit
<% } else { %>

You Don't have any SMM services...

Click on the button at top right corner to automatically import available SMM Services from API

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