{% extends "default.html" %} {% block pagetype %}lottery{% endblock %} {% block pagetitle %}Lottershe{% endblock %} {% block content %}
Prize
Time Left
Tickets Sold
Participants
-
-
-
{% if v.admin_level >= PERMS['LOTTERY_VIEW_PARTICIPANTS'] %}
-
{% else %}
-
{% endif %}
Your Held Tickets
Lifetime Held Tickets
Lifetime Winnings
-
-
-
Purchase Quantity
{# Success #} {# Error #}
{% endblock %}