{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}
The randomly selected line for your payment is line {{ picked_line }}.
For this line, the options available are:
For this line, you selected Option L. So you get a reword of 20 ECUs.
{% else %}For this line, you selected Option R. Your payoff is now determined according to Option R.
{% endif %}Therefore, based on your choice and the computer's randomisation, you receive {{ payoff }} for this game.
{% next_button %} {% endblock %}