{% load static from staticfiles %}
 

{{ ticket.created|date:"b jS, Y" }}


{{ ticket.ticket_type.camp.title }} Ticket

Type: {{ ticket.ticket_type.name }}

{% if ticket.name %}

Participant: {{ ticket.name }}


{% elif ticket.order.user.email %}

Participant: {{ ticket.order.user.email }}


{% elif ticket.sponsor %}

Sponsor: {{ ticket.sponsor.name }}

{% endif %} {% if ticket.used %}

This ticket has been used.

{% endif %}

{{ ticket.token }}

{% if ticket.ticket_type.includes_badge %}
 

{{ ticket.created|date:"b jS, Y" }}


Badge voucher

{{ ticket.badge_token }}

{% endif %}