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

You will be paid for your decision in round {{my_pay_round}}.

{% if my_nbo_choice %} You chose the No Choice option in this round and earned {{ my_payoff}}. {% else %} You chose from available options in that round and earned {{ my_payoff}}. {% endif %}

{% next_button %} {% endblock %}