<% if(services?.length){ %>
# |
Name |
Description |
Price |
Action |
<% services.forEach(function(myObject, index){ %>
<%= 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
<% } %>