{% extends "global/Page.html" %} {% block title %}Example (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 }}
{% endblock %} {% block script %} {% endblock %}