{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Your Choice {% endblock %} {% block content %}

You are Participant A. Now you have {{Constants.amount_allocated}}. How many points will you send to participant B?

{% formfield group.sent_amount with label="Please enter a number from 0 to 100:" %}

{% next_button %}

{% include Constants.instructions_template %} {% endblock %}