{% load static from staticfiles %}
 

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


{{ ticket.camp.title }} Ticket

Type: {{ ticket.ticket_type }}

{% if ticket.name %}

Participant: {{ ticket.name }}


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

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


{% elif ticket.sponsor %}

Sponsor: {{ ticket.sponsor.name }}

{% endif %}

Ticket #{{ ticket.pk }}