{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Return decision
{% endblock %}
{% block content %}
{% include 'trust/includes/role_block.html' %}
{% include 'trust/includes/Instructions.html' %}
The trustor sent you {{group.investment}}, which has been multiplied by {{Constants.efficiency_factor}} to {{group.multiplied_investment}}. You may return at least 0 and up to {{group.multiplied_investment}}.
Hoy much do you want to return?
{% formfields %}
{% next_button %}
{% endblock %}