{% extends "global/Page.html" %}
{% block title %}
Blue Player Decision
{% endblock %}
{% block content %}
Following is the message passed on by the Red Player: {{ group.red_message }}
{% formfields player.response label="Given the above information, which of the following decisions do you choose" %}
{% next_button %}
{% endblock %}