{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Investment
{% endblock %}
{% block content %}
{% include 'trust/includes/role_block.html' %}
{% include 'trust/includes/Instructions.html' %}
How much do you want to invest?
{% formfields %}
{% next_button %}
{% endblock %}
{% block scripts %}
{% endblock %}