{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Investment
{% endblock %}
{% block content %}
{% include 'trust/Includes/role_block.html' %}
{% formfields %}
{% include 'trust/Includes/Instructions_text.html' %}
{% next_button %}
{% endblock %}
{% block scripts %}
{% endblock %}