<% include ../leftBar.html %>
Broadcast Bookings
<% include topBar.html %>
  • From
  • To
  • Time sent
  • Broadcast Time
  • Attached gifts
  • Booking status
  • Broadcast status
<%if(data.list.length){%> <% for(var value of data.list){%>
<%if(value.type == 1){%>
    • <%=userInfo.nick_name%>
    • <%=userInfo.age%> years old
    • <%=userInfo.country%>
  • <%if(value.gift_num > 0){%>
    <%}%>
  • <% if(value.reply_type == 4){%> Unconfirmed <% }else if(value.reply_type == 6 || value.reply_type == 7 || value.reply_type == 8){%> Confirmed <% }else if(value.reply_type == 5){%> Canceled <% }else if(value.reply_type == 3){%> Declined <% }%>
  • <% if(value.reply_type == 8){%> Completed <% }else if(value.reply_type == 7){%> Viewer No-Show <% }else if(value.reply_type == 6){%> Broadcaster No-Show <% }else{%> - <% }%>
<%}else if(value.type == 2){%>
    • <%=userInfo.nick_name%>
    • <%=userInfo.age%> years old
    • <%=userInfo.country%>
  • <%if(value.gift_num > 0){%>
    <%}%>
  • <% if(value.reply_type == 4){%> Unconfirmed <% }else if(value.reply_type == 6 || value.reply_type == 7 || value.reply_type == 8){%> Confirmed <% }else if(value.reply_type == 5){%> Canceled <% }else if(value.reply_type == 3){%> Declined <% }%>
  • <% if(value.reply_type == 8){%> Completed <% }else if(value.reply_type == 7){%> Viewer No-Show <% }else if(value.reply_type == 6){%> Broadcaster No-Show <% }else{%> - <% }%>
<%}%>
<% }%> <%}else{%>
No histories.
<%}%>