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

You were randomly assigned the role of Player A.

You have to decide how many of the {{ Constants.endowment }} you give to Player B, and how much to keep for yourself.

The sum of the points given and kept must sum to 10.

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