{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Trust Game: Your Choice {% endblock %} {% block content %}
You are Participant A. Now you have {{Constants.endowment}}.
{% formfield group.sent_amount with label="How much do you want to send to participant B?" %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}