{% extends "global/Page.html" %} {% load otree %} {% block title %} Your role and decision in Round {{ round_number }} {% endblock %} {% block content %}
You are Player 1.
{% 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 %}You have been given {{ Constants.endowment }}. Enter the amount that you want to offer to Player 2.
{% formfield group.amount_offered label="How much would you like to offer?" %} {% next_button %} {% endblock %}