{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Blue Player Decision
{% endblock %}
{% block content %}
Message from Partner Red Player: {{ group.red_message }}
{% formfield 'response' label="Given the above message sent by the Red Player, select your decision from the following choices." %}
{% next_button %}
{% endblock %}