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