{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Sender Decision
{% endblock %}
{% block content %}
The current number is: {{ group.value }}
{% formfield player.count label="Please select the number of 1's you wish to report to the receiver" %}
{% next_button %}
{% endblock %}