{% extends "global/Page.html" %} {% load otree %} {% block title %} Trust Game: Your Choice {% endblock %} {% block content %}

You are {{ player.role }}. Now you have {{Constants.trust_endowment}}.

{% formfield player.sent_amount label="How much do you want to send to Leader?" %} {% next_button %} {% endblock %}