{% extends "global/Page.html" %} {% block title %}Part II{% endblock %} {% block style %} {% endblock %} {% block content %}

Your decision row that was randomly selected to be played is:
Row # {{ player.random_draw }}


Now, click on the button below to roll the dice and see you payment.









These were your choices:

{{ 'Row #' }} {{ 'Lottery A' }} {{ 'Lottery B' }}
{{ '1' }} {{ L1 }} {{ R1 }}
{{ '2' }} {{ L2 }} {{ R2 }}
{{ '3' }} {{ L3 }} {{ R3 }}
{{ '4' }} {{ L4 }} {{ R4 }}
{{ '5' }} {{ L5 }} {{ R5 }}
{{ '6' }} {{ L6 }} {{ R6 }}
{{ '7' }} {{ L7 }} {{ R7 }}
{{ '8' }} {{ L8 }} {{ R8 }}
{{ '9' }} {{ L9 }} {{ R9 }}
{{ '10' }} {{ L10 }} {{ R10 }}
{% endblock %} {% block script %} {% endblock %}