{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if session.vars.num_rounds == 1 %} Task 2: Results {% else %} Task 2 Round {{ subsession.round_number }}: Results {% endif %} {% endblock %} {% block content %}

The selected lottery is: {{realized_state}}

Your payoff in this state is: {{realized_pay}}

{% next_button %} {% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}