<%- include('../includes/header.ejs') %> <%- include('../includes/navigation.ejs') %>

<%- title %>

Search

<%if(results.length > 0){%>

<%- totalCount %> Audio Found

<%for(var i=0;i <% let title = results[i].title let length = 50 if (title.length > length) { title = title.substring(0, length - 4) + " ..."; } %> <% } %>
ID Title Owner Paid/Free Creation Date A Options
<%- results[i].audio_id %><%- title %> <%- results[i].displayname %> <%- results[i].price == 0 ? "Free" : "Paid"; %> <%let dateS = moment(results[i].creation_date).locale("en")%> <%= dateS.tz(defaultTimezone).format(formatDate) %> <%if(results[i].approve == 1){ %> <%}else{%> <% } %> View Delete Edit
<%if (paggingData) { %> <% } %>
<% }else{%> <% if(Object.keys(query).length){%>

No record found with your matching criteria.

<% }else{ %>

No audio created on your website.

<% } %> <% } %>
<%- include('../includes/scripts.ejs') %> <%- include('../includes/footer.ejs') %>