{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} {% endblock %} {% block content %}
Because you have dropped out, you will not receive any payment for the experiment.
{% else %} {#The interaction ends now because the other participant has dropped out from the experiment.
{% endif %}Your cumulative payoff from the interaction is {{ player.payoff }}.
Round | Your choice | Other's choice | Your payoff | Other's payoff | Your cumulative payoff | Other's cumulative payoff |
---|---|---|---|---|---|---|
{{ p.round_number }} | {{ p.action}} | {{ p.other_action}} | {{ p.payoff}} | {{ p.other_payoff}} | {{ p.cum_payoff}} | {{ p.other_cum_payoff}} |