<%- include('partials/nav') %>
Server Ready
Tickets owned by <%=username%> <% for (const t in tickets) { %> <% } %>
Ticket# Offered To Paid? Action
<%=t%> <%=tickets[t].paid>0 ? (tickets[t].paid/100).toFixed(2) : "No"%>