My Shows
<% include topBar.html %>
<%if(approvedList.length>0){%>
<%for(var data of approvedList){%>
<%}%>
<%}else{%>
- Show title
- Show type
- Show description
- Start time
- Duration
- Show cover
- class='height70' <%}%> >
- <%=data.show_title%>
- <%=showType[data.classify]%>
-
<%=data.show_introduce%>
- <%=data.duration%> minutes
-
<%if(data.cover){%>
No shows under review.
<%}%>