{% extends "global/Page.html" %} {% load otree %} {% block title %} Your role and decision in Round {{ round_number }} {% endblock %} {% block content %}
You are Player 2.
{% if player_colour == 'white' %} {% elif player_colour == 'saffron' %}You are from the {{ player_colour }} group.
{% elif player_colour == 'green' %}You are from the {{ player_colour }} group.
{% endif %} {% if partner_colour == 'white' %} {% elif partner_colour == 'saffron' %}The person you are playing with is from the {{ partner_colour }} group.
{% elif partner_colour == 'green' %}The person you are playing with is from the {{ partner_colour }} group.
{% endif %}Player 1 has offered you {{ group.amount_offered }}.
Do you wish to accept the offer?