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

<%- title %>

Search

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

<%- totalCount %> Advertisements 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 Type Clicks Views Creation Date Active Options
<%- results[i].ad_id %><%- title %> <%- results[i].type == 1 ? "Video Ad" : "Vast/Vpaid Ad" %> <%- results[i].click_count %> <%- results[i].view_count %> <%let dateS = moment(results[i].creation_date).locale("en")%> <%= dateS.tz(defaultTimezone).format(formatDate) %> <%if(results[i].active == 1){ %> <%}else{%> <% } %> Delete Edit
<%if (paggingData) { %> <% } %>
<% }else{%> <% if(Object.keys(query).length){%>

No record found with your matching criteria.

<% }else{ %>

No advertisements created by you yet.

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