{% extends "global/Page.html" %} {% load otree static %} {% block title %} ReturnStage {% endblock %} {% block content %} {% include 'trust\includes\role-block.html' %}
A trustor send you: {{ group.investment }}
You can send back anything from 0 to {{ group.multiplied_investment }}
{% formfields %} {% next_button %} {% include 'trust\includes\Instructions.html' %} {% endblock %}