{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Red Player Decision
{% endblock %}
{% block content %}
Message from Partner Red Player: {{ group.red_message }}
Please select from the options below:
{% formfield 'verification_choice' label="Do you want the computer to reveal
the accuracy of the message sent by the Red Player" %}
{% next_button %}
{% endblock %}