{% extends "global/Page.html" %} {% block title %}Your Choice{% endblock %} {% block content %}

You are Player A. Now, both you and Player B have {{Constants.endowment}} each. Each point you send to Player B will be tripled in value, and then Player B can decide to send some or all of it back. The amount sent and the amount kept must sum to 10.

{% formfields %}

{% next_button %}

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