{% extends "global/Page.html" %} {% block title %} Practice Round {% endblock %} {% block content %}
After rolling a ten-sided dice, the number selected was:
{{ player.lottery_random }}
Your payoff for the practice round is: {{ player.payoff }}
These were your choices:
| {{ 'Row #' }} | {{ 'Lottery A' }} | {{ 'Lottery B' }} |
|---|---|---|
| {{ '1' }} | {{ L1 }} | {{ R1 }} |
| {{ '2' }} | {{ L2 }} | {{ R2 }} |