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