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

<%- title %>

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

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

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

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

No artists photo created by you yet.

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