<% include ../leftBar.html %>
Broadcast Bookings
<% include topBar.html %>
Today's Booking (0)
  • From
  • Time sent
  • Broadcast Time
  • Attached gifts
<%if(data.list.length){%> <%for(let List of data.list){%> <%if(List.length == 1){%> <%for(let data of List){%>
  • <%if(!data.read){%> <%}%>
  • <%if(data.gift_num > 0){%>
    <%}%>
<%}%> <%}else{%>
Only one booking can be accepted per time slot. Once accepted, other bookings for the same time slot will be automaically rejected.
<%for(let data of List){%>
  • <%if(!data.read){%> <%}%>
  • <%if(data.gift_num > 0){%>
    <%}%>
<%}%>
<%}%> <%}%> <%}else{%>
No bookings at the moment.
<%}%>