{% extends "global/Page.html" %} {% load otree static %} {% block title %} How much do you want to send? {% endblock %} {% block content %} {% include 'trust/RoleText.html' %}
You have an endowment of {{ Constants.endowment }}
{%formfields %} {% include 'trust/InstructionsText.html' %} {% next_button %} {% endblock %} {% block scripts %} {% endblock %}