To use <%=ticket%>, visit this URL: <%=useurl%>
Or scan this QR Code:
<% if (paid==0) { %>
Tickets are pay-what-you-can, minimum $1, suggested $50.
To pay for this ticket by credit card, enter an amount:
<% } else { %>
This ticket has already been paid for. ($<%=(paid/100).toFixed(2)%>)
<% } %>