{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}

You chose {{ player.option_choose }}.

If this round is chosen for payment, you will earn {{ player.value }}.

{% next_button %} {% endblock %}