{% extends "global/Page.html" %} {% load otree %} {% block title %} Results - Block 1, Round {{ player.round_number }} {% endblock %} {% block content %}

Maximum payoff: 12 points

{% elif player.id_in_group == 2 %} {% elif player.id_in_group == 3 %} {% elif player.id_in_group == 4 %} {% else %} {% endif %} {% if player.id_in_group == 1 %} {% elif player.id_in_group == 2 %} {% elif player.id_in_group == 3 %} {% elif player.id_in_group == 4 %} {% endif %}
Your choice:{{ player.decision }}
Other participants' choices: {% if player.id_in_group == 1 %} Player R - {{ others.0.decision }}
Player Q - {{ others.0.decision }}
Player T - {{ others.1.decision }}
Player R - {{ others.1.decision }}
Player S - {{ others.2.decision }}
Player T - {{ others.2.decision }}
ERROR
Thus you earned:{{ player.payoff }}
{% if player.decision == "Purple" %} {% elif player.decision == "Green" %} {% elif player.decision == "Yellow" %} {% endif %} {% if others.0.decision == "Purple" %} {% elif others.0.decision == "Green" %} {% elif others.0.decision == "Yellow" %} {% endif %}
{% if others.0.decision == "Purple" %} {% elif others.0.decision == "Green" %} {% elif others.0.decision == "Yellow" %} {% endif %} {% if player.decision == "Purple" %} {% elif player.decision == "Green" %} {% elif player.decision == "Yellow" %} {% endif %}
{% if others.1.decision == "Purple" %} {% elif others.1.decision == "Green" %} {% elif others.1.decision == "Yellow" %} {% endif %}
{% if others.1.decision == "Purple" %} {% elif others.1.decision == "Green" %} {% elif others.1.decision == "Yellow" %} {% endif %}
{% if others.2.decision == "Purple" %} {% elif others.2.decision == "Green" %} {% elif others.2.decision == "Yellow" %} {% endif %} {% if player.decision == "Purple" %} {% elif player.decision == "Green" %} {% elif player.decision == "Yellow" %} {% endif %}
{% if player.decision == "Purple" %} {% elif player.decision == "Green" %} {% elif player.decision == "Yellow" %} {% endif %} {% if others.2.decision == "Purple" %} {% elif others.2.decision == "Green" %} {% elif others.2.decision == "Yellow" %} {% endif %}

{% next_button %} {% include Constants.instructions_new_template %} {% endblock %}