{% extends "global/Page.html" %} {% load staticfiles otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Round {{ round }} Summary {% endblock %} {% block content %}

"Player X" below in the table represent the player ID and you can use it to identify who traded with you in the last round. But it does not provide extra information since the player ID changes every round for each participant.

{% if treatment == 'take/Leave' or treatment == 'double' %} {% endif %} {% if messaging %} {% endif %} {% if treatment == 'take/Leave' or treatment == 'double' %} {% endif %} {% if messaging %} {% endif %}
From ToTransferMessageResult
{( action.from )} {( action.to )} {( action.amount )} {( action.message )} {( action.status )}


Payoff
Endowment
Value
Waiting Cost
Transfer
Total
{( endowment )}
{( value )}
{( waiting_cost )}
{( transfer )}
{( roundPayoff )}


Start Line Final Line Round Payoff
Front




Back
{( startLine[0] )}
{( startLine[1] )}
{( startLine[2] )}
{( startLine[3] )}
{( startLine[4] )}
{( startLine[5] )}
{( endLine[0] )}
{( endLine[1] )}
{( endLine[2] )}
{( endLine[3] )}
{( endLine[4] )}
{( endLine[5] )}
{( roundPayoff )}
{% next_button %} {% if treatment == 'swap' %}
{% include Constants.instructions_swap %}
{% elif treatment == 'take/Leave' %}
{% include Constants.instructions_tili %}
{% elif treatment == 'double' %}
{% include Constants.instructions_double %}
{% else %}
{% include Constants.instructions_token %}
{% endif %} {% endblock %}