{% 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="I would like to know whether an inaccurate message was sent by..." %}
{% next_button %}
{% endblock %}