{% extends "default.html" %} {% block pagetitle %}Lottery Participants{% endblock %} {% block content %}
Admin — Lottery Participants
{% for user in participants %} {% endfor %}
# Name Tickets Held
{{loop.index}} {% include "user_in_table.html" %} {{user.currently_held_lottery_tickets}}
{% endblock %}