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

<%- title %>

<%if(artists.type == "video"){ %> Back to manage cast & crew members <%}else{%> Back to manage cast & crew members <%}%>

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

<%- totalCount %> Photo(s) Founds.

<%for(var i=0;i <% } %>
ID Image Title Options
<%- results[i].photo_id %> <%if(results[i].image){ %> <%}else{%> --- <%}%> <%- results[i].name; %> Edit Delete
<%if (paggingData) { %> <% } %>
<% }else{%>

No photo created yet.

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