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