{% extends "site_base.html" %} {% load registrasion_tags %} {% load lca2018_tags %} {% load static %} {% block head_title %}Raffle Tickets{% endblock %} {% block page_title %}Raffle Tickets{% endblock %} {% block content %}

All of the raffles you are entered into and the tickets you have for each of them. If available, you will be able to purchase additional raffle tickets from the Dashboard.

Your Raffle Tickets

{% for raffle in raffles %} {% if raffle.tickets %}

{{ raffle }}

{% endif %} {% empty %}

You do not have tickets in any raffles.

{% endfor %} {% endblock %}