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