{% 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.checked_in %}

This ticket has been checked in.

{% endif %}

Ticket #{{ ticket.pk }}