{% extends "global/Page.html" %} {% load otree %} {% block title %}Your Decision{% endblock %} {% block content %}
Please decide how much of the {{ Constants.endowment }} you will send to the other participant. You keep the remaining points that you do not send.
{% formfields %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}