{% 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.
{% for number in numbers %}{{ number }}{% if not forloop.last %}, {% endif %}{% endfor %}
You do not have tickets in any raffles.
{% endfor %} {% endblock %}