<% include ../leftBar.html %>
My Shows
<% include topBar.html %>
  • Show title
  • Show type
  • Start time
  • Duration
  • Tickets sold
  • Status
  • Time
<%if(approvedList.length>0){%> <%for(var data of approvedList){%>
  • <%if(data.no_read && data.status==5){%>
    <%}%> <%=data.show_title%>
  • <%=showType[data.classify]%>
  • <%=data.duration%> minutes
  • <%=data.ticket_num%>
  • <%=showStatus[data.status]%>
<%}%> <%}else{%>
No shows history.
<%}%>