<% include ../leftBar.html %>
My Shots
<% include topBar.html %>
Shot
Reject Reason
<% if(list.length) {%> <% for(var data of list){%>
<% if(data.type == 1) {%> <% }else{%> <% }%>
<%if(F.getByteLen(data.content) > 220){%>
<%=data.content%>
<%}else{%>
<%=data.content%>
<%}%>
<%=data.reject_reason%>
<% }%> <%}else{%>
No shots rejected.
<% }%>