{% extends "global/Page.html" %} {% load otree static %} {% block title %} ReturnStage {% endblock %} {% block content %} {% include 'trust/Includes/role_block.html' %}

The trustor has send you: {{group.investment}}.

You can send back anything from 0 to {{group.multiplied_investment}}

{% formfields %} {% next_button %} {% include 'trust/Includes/Instructions_text.html' %} {% endblock %}