{% extends "global/Page.html" %} {% load otree static %} {% block title %} Return decision {% endblock %} {% block content %} {% include 'trust/InstructionsText.html' %}
Your trustor has sent you {{ group.investment }}. This amount will be tripled and you receive {{ group.multiplied_investment }}. You may return up to {{ group.multiplied_investment }}.
{% formfields %} {% next_button %} {% endblock %}