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

<%- title %>

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

<%- totalCount %> Background Images Found

<%for(var i=0;i <% } %>
ID Image Creation Date Approved Options
<%- results[i].attachment_id %> <%let dateS = moment(results[i].creation_date).locale("en")%> <%= dateS.tz(defaultTimezone).format(formatDate) %> <%if(results[i].approve == 1){ %> <%}else{%> <% } %> Delete
<%if (paggingData) { %> <% } %>
<% }else{%> <% if(Object.keys(query).length){%>

No record found with your matching criteria.

<% }else{ %>

No background images found.

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