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


The game selected for payment is game {{ game_selected }}. These are the decisions made in the selected game.

Game Information

Round / Information Your Decision {{ a1 }} Your Payoff
Round 1 {{ a4 }} {{ a3 }} {{ a2 }}
Round 2 {{ a7 }} {{ a6 }} {{ a5 }}
Round 3 {{ a10 }} {{ a9 }} {{ a8 }}
Round 4 {{ a13 }} {{ a12 }} {{ a11 }}
Round 5 {{ a16 }} {{ a15 }} {{ a14 }}

{% if player.round_selected == 0 %} In the decision stage of Part I of the experiment, you earned {{ Points_earned }} ECUs. {% else %} In the decision stage of Part I of the experiment, you earned {{ Points_earned }} ECUs. {% endif %}

Your points from the puzzles will be handed to you privately by the experimenter

Please wait, an experimenter will now guide you to start the second part of the experiment.

{% endblock %}