{% extends "global/Page.html" %}
{% block title %}
Red Player Decision
{% endblock %}
{% block content %}
The current number is : {{ group.value }}
{% formfields player.message label="Which of the following message do you want to send to the Blue Player" %}
{% next_button %}
{% endblock %}