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

<%- title %>

Search

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

<%- totalCount %> Reels Found

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

No record found with your matching criteria.

<% }else{ %>

No Reels created on your website yet.

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