{% extends "global/Page.html" %} {% load otree static %} {% block title %} Practice Round {{ subsession.round_number }}: Results {% endblock %} {% block content %}
The selected lottery is: {{player.static_realized_state}}
Your payoff in this practice round is: {{player.static_realized_pay}} (this will not be counted in your earnings).
{% next_button %} {% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}